diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-12 19:58:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 21:52:27 +0200 |
commit | 3495e9412e704d6f4db53c365efb387e72e83fc3 (patch) | |
tree | fd314da7224c91fc25ceb2a0251ef75acaec902a /gnu/packages/gnome.scm | |
parent | 6baabe92463105dd125489ed47267ef0145087f1 (diff) | |
download | patches-3495e9412e704d6f4db53c365efb387e72e83fc3.tar patches-3495e9412e704d6f4db53c365efb387e72e83fc3.tar.gz |
gnu: adwaita-icon-theme: Update to 3.26.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 2993f596ca..abe9d5122c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -866,7 +866,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.24.0") + (version "3.26.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -874,7 +874,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.") name "-" version ".tar.xz")) (sha256 (base32 - "0ai73gs44yyw276xag6db0rlpvncy23qplp4girm80ilpprrzxyc")))) + "04i2s6hkgzxgmq85dynmzih8rw5krc5apkks962mhgri37g8bbcw")))) (native-inputs `(("gtk-encode-symbolic-svg" ,gtk+ "bin"))))) |