From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fd22E-0001Uz-U7 for guix-patches@gnu.org; Tue, 10 Jul 2018 19:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fd229-0004mW-Tk for guix-patches@gnu.org; Tue, 10 Jul 2018 19:27:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fd229-0004mR-Qq for guix-patches@gnu.org; Tue, 10 Jul 2018 19:27:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fd229-0006u0-LC for guix-patches@gnu.org; Tue, 10 Jul 2018 19:27:01 -0400 Subject: [bug#32122] [PATCH] gnu: faba-icon-theme: Update to 4.3. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fd21n-0001Ui-0d for guix-patches@gnu.org; Tue, 10 Jul 2018 19:26:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fd21i-0004UC-2h for guix-patches@gnu.org; Tue, 10 Jul 2018 19:26:39 -0400 Received: from sonic301-22.consmr.mail.ir2.yahoo.com ([77.238.176.99]:37403) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fd21h-0004Tl-Ps for guix-patches@gnu.org; Tue, 10 Jul 2018 19:26:34 -0400 From: Vasile Dumitrascu Date: Wed, 11 Jul 2018 01:26:26 +0200 Message-Id: <20180710232626.26079-1-va511e@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32122@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/gnome.scm (faba-icon-theme) Update to 4.3. --- gnu/packages/gnome.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b00076f63..a3ee3569c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2017 Brendan Tildesley ;;; Copyright © 2017, 2018 Rutger Helling ;;; Copyright © 2018 Jovany Leandro G.C +;;; Copyright © 2018 Vasile Dumitrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -6468,7 +6469,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") (define-public faba-icon-theme (package (name "faba-icon-theme") - (version "4.1.2") + (version "4.3") (source (origin (method url-fetch) @@ -6477,7 +6478,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0hi2dl627ayfnihn3v6x9xzid668m4hp098hb7hrkxvahh4h9by7")))) + "18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68")))) (build-system gnu-build-system) (arguments '(#:phases -- 2.18.0