diff options
author | ng0 <[email protected]> | 2017-09-17 14:41:00 +0000 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2017-09-18 06:26:56 +0100 |
commit | 851cb6dd3996ef72ad7c23bd588f8ffb64a2c21e (patch) | |
tree | cd78f7e6eb056e63442cb3489d052698ebeb2e6b | |
parent | 9a6f5bbc0f9b52103f35ef246fb2e1d8038f31ff (diff) |
gnu: hicolor-icon-theme: Update to 0.17.
* gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.17.
Signed-off-by: Christopher Baines <[email protected]>
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4e596c5716..2ea2bfa673 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2016 Roel Janssen <[email protected]> ;;; Copyright © 2016 Leo Famulari <[email protected]> ;;; Copyright © 2016 Alex Griffin <[email protected]> -;;; Copyright © 2016 ng0 <[email protected]> +;;; Copyright © 2016, 2017 ng0 <[email protected]> ;;; Copyright © 2016 David Craven <[email protected]> ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Thomas Danckaert <[email protected]> @@ -932,7 +932,7 @@ database is translated at Transifex.") (define-public hicolor-icon-theme (package (name "hicolor-icon-theme") - (version "0.15") + (version "0.17") (source (origin (method url-fetch) @@ -940,7 +940,7 @@ database is translated at Transifex.") "hicolor-icon-theme-" version ".tar.xz")) (sha256 (base32 - "1k1kf2c5zbqh31nglc3nxs9j6wr083k9kjyql8p22ccc671mmi4w")))) + "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no check target |