iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit e37057a61cbb073fa836fa77c229a3abaacdb311
Author: 宋文武 <[email protected]>
Date: Wed Apr 6 19:30:38 2016 +0800
gnu: adwaita-icon-theme: Update to 3.20.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.20.
---
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 ff4d156..96d4fd4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -597,7 +597,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 "/"
@@ -605,7 +605,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