summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-06 19:30:38 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:45:29 +0200
commit20da53dd9820e7dce7ac00383e9bf8c711c84b9b (patch)
treea9d494dc2acb08f3e1d2c7e4c006a8b478476186
parent224276ab44cca8733a1c92e7b06c7cba783a589a (diff)
downloadguix-patches-20da53dd9820e7dce7ac00383e9bf8c711c84b9b.tar
guix-patches-20da53dd9820e7dce7ac00383e9bf8c711c84b9b.tar.gz
gnu: adwaita-icon-theme: Update to 3.20.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.20.
-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 abca549daf..0adb9854d8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -599,7 +599,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.18.0")
+ (version "3.20")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -607,7 +607,7 @@ update-desktop-database: updates the database containing a cache of MIME types
name "-" version ".tar.xz"))
(sha256
(base32
- "0n0fqlg55krw8pgn4z2vxnxh65lyvcydqkrr7klqxp8z00kfg72y"))))))
+ "0ddfwwqx8s63qbqimmbb015lqsab4s0rvy1j81jdsh7k95rqh2ks"))))))
(define-public shared-mime-info
(package