guix-commits
[Top][All Lists]
Advanced

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

25/107: gnu: adwaita-icon-theme: Update to 3.36.1.


From: guix-commits
Subject: 25/107: gnu: adwaita-icon-theme: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:12 -0400 (EDT)

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

commit 4ccb7d2d09fab3a48428f9630e057ee34f79edc6
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 15:35:03 2020 -0400

    gnu: adwaita-icon-theme: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.36.1.
---
 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 9798d38..5579af2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1779,7 +1779,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.34.3")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1787,7 +1787,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
+                "0kgiq712lfidd81yzx0yk7qwlj3q8cymp6npnxyzsk844y353674"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

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