guix-commits
[Top][All Lists]
Advanced

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

29/117: gnu: adwaita-icon-theme: Update to 3.38.0.


From: guix-commits
Subject: 29/117: gnu: adwaita-icon-theme: Update to 3.38.0.
Date: Tue, 23 Mar 2021 19:25:41 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit bc65a9bcf7c1c123ff68c984c1a7c98bc0fea66d
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:34:28 2021 +0100

    gnu: adwaita-icon-theme: Update to 3.38.0.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.38.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 fa0c12b..a318436 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2842,7 +2842,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.38.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2850,7 +2850,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
+                "15xgz9wzk07442x3s3052as95g0223z4pp9qlsgcs323yama30v6"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

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