iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 9ca1605d35d2e2ebf069eb98ed035d76f3c29909
Author: 宋文武 <[email protected]>
Date: Wed Apr 6 21:16:14 2016 +0800
gnu: gnome-themes-standard: Update to 3.20.
* gnu/packages/gnome.scm (gnome-themes-standard): 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 2a9cfd8..0427fd1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1602,7 +1602,7 @@ engineering.")
(define-public gnome-themes-standard
(package
(name "gnome-themes-standard")
- (version "3.18.0")
+ (version "3.20")
(source
(origin
(method url-fetch)
@@ -1611,7 +1611,7 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "1jxss8kxszhf66vic9n1sagczm5amm0mgxpzyxyjna15q82fnip6"))))
+ "1p1vvmzfky1ax3yv9ld10xgqwydhmglxpgq3skrfc4539nrq9phw"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)