summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 03:05:34 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:33:50 -0500
commitea2c15825c449d50b32f7cff1d479ec22b2f1424 (patch)
treef6c59b61552f6ede1c33af5ab90a7b47711a4f6c /gnu/packages/gnome.scm
parentb62a0070bf0773d291147bf1a421fc6e34e9ec25 (diff)
downloadguix-patches-ea2c15825c449d50b32f7cff1d479ec22b2f1424.tar
guix-patches-ea2c15825c449d50b32f7cff1d479ec22b2f1424.tar.gz
gnu: adwaita-icon-theme: Update to 3.22.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.22.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 69d894d5b2..95e19552f5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -666,7 +666,7 @@ update-desktop-database: updates the database containing a cache of MIME types
(define-public adwaita-icon-theme
(package (inherit gnome-icon-theme)
(name "adwaita-icon-theme")
- (version "3.20")
+ (version "3.22.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -674,7 +674,7 @@ update-desktop-database: updates the database containing a cache of MIME types
name "-" version ".tar.xz"))
(sha256
(base32
- "0ddfwwqx8s63qbqimmbb015lqsab4s0rvy1j81jdsh7k95rqh2ks"))))
+ "1dyw8mm72wfpkn83vdqr0ifv5yhy565jhxrcjsd83nc7c3igd2y1"))))
(native-inputs
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))