diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-25 08:10:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 14:41:02 +0100 |
commit | 41775ab1d16544a9ed031ce257f8b79ab55074c5 (patch) | |
tree | 6af959e56fb7c9acadb5ebc07da95b69ff7027ff | |
parent | 51c482e4944d4bd8bdb3bb73751d62adf63f7f73 (diff) | |
download | gnu-guix-41775ab1d16544a9ed031ce257f8b79ab55074c5.tar gnu-guix-41775ab1d16544a9ed031ce257f8b79ab55074c5.tar.gz |
gnu: adwaita-icon-theme: Update to 3.26.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.
-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 a051d79d08..7a9e833134 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -882,7 +882,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.0") + (version "3.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -890,7 +890,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.") name "-" version ".tar.xz")) (sha256 (base32 - "04i2s6hkgzxgmq85dynmzih8rw5krc5apkks962mhgri37g8bbcw")))) + "17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8")))) (native-inputs `(("gtk-encode-symbolic-svg" ,gtk+ "bin"))))) |