summary refs log tree commit diff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-05-12 17:40:18 +0800
committer宋文武 <iyzsong@gmail.com>2015-05-12 18:09:47 +0800
commitb32f58dd8ecfe009033079ae8d89c35224bb216f (patch)
treee617c7459d47d73e543aa206209c795ded5f066e
parent8ce229fca2e1151100236cd884b0ee96fbe66062 (diff)
downloadguix-b32f58dd8ecfe009033079ae8d89c35224bb216f.tar.gz
gnu: gnome-icon-theme: Update to 3.12.0.
* gnu/packages/gnome.scm (gnome-icon-theme): Update to 3.12.0.
-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 9508fc78c0..c63fba00af 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -371,7 +371,7 @@ update-desktop-database: updates the database containing a cache of MIME types
 (define-public gnome-icon-theme
   (package
     (name "gnome-icon-theme")
-    (version "3.10.0")
+    (version "3.12.0")
     (source
      (origin
       (method url-fetch)
@@ -380,7 +380,7 @@ update-desktop-database: updates the database containing a cache of MIME types
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1xinbgkkvlhazj887ajcl13i7kdc1wcca02jwxzvjrvchjsp4m66"))))
+        "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im"))))
     (build-system gnu-build-system)
     (inputs
      `(("gtk+" ,gtk+)