guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: adwaita-icon-theme: Update to 3.26.1.


From: Tobias Geerinckx-Rice
Subject: 03/09: gnu: adwaita-icon-theme: Update to 3.26.1.
Date: Tue, 26 Dec 2017 21:04:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 41775ab1d16544a9ed031ce257f8b79ab55074c5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 25 08:10:03 2017 +0100

    gnu: adwaita-icon-theme: Update to 3.26.1.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.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 a051d79..7a9e833 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -882,7 +882,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.26.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -890,7 +890,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04i2s6hkgzxgmq85dynmzih8rw5krc5apkks962mhgri37g8bbcw"))))
+                "17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

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