guix-commits
[Top][All Lists]
Advanced

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

86/133: gnu: adwaita-icon-theme: Update to 3.30.1.


From: guix-commits
Subject: 86/133: gnu: adwaita-icon-theme: Update to 3.30.1.
Date: Sun, 6 Jan 2019 16:59:44 -0500 (EST)

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

commit 29516abb7bbf001e3ce0a46744b7d0af97814684
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:08:07 2018 +0100

    gnu: adwaita-icon-theme: Update to 3.30.1.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.30.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 71fc227..87eafcc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -918,7 +918,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.28.0")
+    (version "3.30.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -926,7 +926,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0l114ildlb3lz3xymfxxi0wpr2x21rd3cg8slb8jyxynzwfqrbks"))))
+                "1kp1lis3dr16jmlgycz1b29jsr6ir8wmqj6laqwlhs663cmjlxbd"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

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