guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/60: gnu: adwaita-icon-theme: Update to 3.34.3.


From: guix-commits
Subject: 03/60: gnu: adwaita-icon-theme: Update to 3.34.3.
Date: Sat, 25 Jan 2020 14:46:58 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 429986fc8afb5b94dea50db7712663fc44585b24
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 14:02:11 2019 -0500

    gnu: adwaita-icon-theme: Update to 3.34.3.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.34.3.
---
 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 e843bdf..244964e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1671,7 +1671,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.32.0")
+    (version "3.34.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1679,7 +1679,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "11ij35na8nisvxx3qh527iz33h6z2q1a7iinqyp7p65v0zjbd3b9"))))
+                "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]