From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57748) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiRT-0006sx-PX for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiRS-0007b5-Pn for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiRS-0007am-Mk for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiRS-00080i-Ic for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:02 -0400 Subject: [bug#38029] [PATCH 01/80] gnu: adwaita-icon-theme: Update to 3.32.0. References: <20191102013904.2797-1-kkebreau@posteo.net> In-Reply-To: <20191102013904.2797-1-kkebreau@posteo.net> Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:40:50 -0400 Message-Id: <20191102014058.3061-1-kkebreau@posteo.net> MIME-Version: 1.0 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: 38029@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.32.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2a664e3db7..ad6db32505 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -939,7 +939,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.") (define-public adwaita-icon-theme (package (inherit gnome-icon-theme) (name "adwaita-icon-theme") - (version "3.30.1") + (version "3.32.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -947,7 +947,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.") name "-" version ".tar.xz")) (sha256 (base32 - "1kp1lis3dr16jmlgycz1b29jsr6ir8wmqj6laqwlhs663cmjlxbd")))) + "11ij35na8nisvxx3qh527iz33h6z2q1a7iinqyp7p65v0zjbd3b9")))) (native-inputs `(("gtk-encode-symbolic-svg" ,gtk+ "bin"))))) -- 2.23.0