lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 5b37ceed6cd780df7a1867d621d31b8ec216da71
Author: Léo Le Bouter <[email protected]>
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 2035c56..9f08d5d 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")))))