summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-06 21:16:14 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:46:50 +0200
commitb04217cc9188ff1c4c1298933672be16cd8d927b (patch)
tree50a819accd933d37bdd5c0db72a932fdabc1a69b
parentb50e65593f959e2d42c49bbb72dcabddb2de8721 (diff)
downloadguix-patches-b04217cc9188ff1c4c1298933672be16cd8d927b.tar
guix-patches-b04217cc9188ff1c4c1298933672be16cd8d927b.tar.gz
gnu: gnome-themes-standard: Update to 3.20.
* gnu/packages/gnome.scm (gnome-themes-standard): 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 85bea97825..0d315c2041 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1605,7 +1605,7 @@ engineering.")
(define-public gnome-themes-standard
(package
(name "gnome-themes-standard")
- (version "3.18.0")
+ (version "3.20")
(source
(origin
(method url-fetch)
@@ -1614,7 +1614,7 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "1jxss8kxszhf66vic9n1sagczm5amm0mgxpzyxyjna15q82fnip6"))))
+ "1p1vvmzfky1ax3yv9ld10xgqwydhmglxpgq3skrfc4539nrq9phw"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)