guix-commits
[Top][All Lists]
Advanced

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

22/135: gnu: adwaita-icon-theme: Update to 3.28.0.


From: guix-commits
Subject: 22/135: gnu: adwaita-icon-theme: Update to 3.28.0.
Date: Fri, 21 Dec 2018 14:37:29 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit e69c9de975310ea7d8c40c1f9e44d7c47fabdc2b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 16:40:17 2018 +0200

    gnu: adwaita-icon-theme: Update to 3.28.0.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.28.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 e08ff9b..5a39f65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -916,7 +916,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.1")
+    (version "3.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -924,7 +924,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8"))))
+                "0l114ildlb3lz3xymfxxi0wpr2x21rd3cg8slb8jyxynzwfqrbks"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

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