summary refs log tree commit diff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-11-08 21:30:08 +0800
committer宋文武 <iyzsong@gmail.com>2015-11-08 21:46:31 +0800
commitb64d218c44781de778aa2c24819de1310b9d80e4 (patch)
tree2207028207b1441fdf2a6c7f7d1096e51fdc4b08
parenta83404825990aedc3946eac44193524d281b5eaa (diff)
downloadguix-b64d218c44781de778aa2c24819de1310b9d80e4.tar.gz
gnu: gnome-themes-standard: Update to 3.18.0.
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.18.0.
-rw-r--r--gnu/packages/gnome.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f7f79e6a24..c09996720b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1554,9 +1554,7 @@ engineering.")
 (define-public gnome-themes-standard
   (package
     (name "gnome-themes-standard")
-    ;; The version of this package should be the same as the version of
-    ;; gnome-desktop.
-    (version (package-version gnome-desktop))
+    (version "3.18.0")
     (source
      (origin
        (method url-fetch)
@@ -1565,7 +1563,7 @@ engineering.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "17sbcpc9df1cnz84g3npvh1na65mkxaygqcdma6wvda4knjpkssr"))))
+         "1jxss8kxszhf66vic9n1sagczm5amm0mgxpzyxyjna15q82fnip6"))))
     (build-system gnu-build-system)
     (inputs
      `(("gtk+" ,gtk+)