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 40.1.1.


From: guix-commits
Subject: 03/09: gnu: adwaita-icon-theme: Update to 40.1.1.
Date: Thu, 19 Aug 2021 10:02:34 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 4177dc9a35f4de5a7bbd55b73527d2400165f02c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 19 10:58:47 2021 +0200

    gnu: adwaita-icon-theme: Update to 40.1.1.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 40.1.1.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4750f64..a92b625 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2851,15 +2851,15 @@ 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 "40.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
+                "1xpqa1rgmixlp953938d08xvf7kv36h747ysial8g65dsrp46v0b"))))
     (native-inputs
      `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
 



reply via email to

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