summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-04 05:08:07 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:35 -0400
commit412e53024aa43e49b7545b09312d75d132fce7cd (patch)
tree857d6865a7dd201176a302a608c5e8f1484c70b6 /gnu/packages
parent10ff872f77ff01cee56e07e0364d49047c629beb (diff)
downloadguix-patches-412e53024aa43e49b7545b09312d75d132fce7cd.tar
guix-patches-412e53024aa43e49b7545b09312d75d132fce7cd.tar.gz
gnu: adwaita-icon-theme: Update to 3.30.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.30.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9cf1a0a7ff..8b94c30526 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -927,7 +927,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 "/"
@@ -935,7 +935,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")))))