diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-05 16:40:17 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:04 +0100 |
commit | 3b5d5b4a9f90f7b6656f5142af5a2be7d69f0803 (patch) | |
tree | 702b0940f6e97d5841e33f3c4a22391c92622288 /gnu | |
parent | 934cc5691a03ef7d4707638209f9daebb0141db3 (diff) | |
download | guix-3b5d5b4a9f90f7b6656f5142af5a2be7d69f0803.tar.gz guix-3b5d5b4a9f90f7b6656f5142af5a2be7d69f0803.zip |
gnu: adwaita-icon-theme: Update to 3.28.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.28.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0f5c93dd22..cbd77024ac 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -919,7 +919,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.26.1") + (version "3.28.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -927,7 +927,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.") name "-" version ".tar.xz")) (sha256 (base32 - "17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8")))) + "0l114ildlb3lz3xymfxxi0wpr2x21rd3cg8slb8jyxynzwfqrbks")))) (native-inputs `(("gtk-encode-symbolic-svg" ,gtk+ "bin"))))) |