gnu: gnome-themes-standard: Update to 3.18.0.

* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.18.0.
This commit is contained in:
宋文武 2015-11-08 21:30:08 +08:00
parent a834048259
commit b64d218c44
1 changed files with 2 additions and 4 deletions

View File

@ -1554,9 +1554,7 @@ engineering.")
(define-public gnome-themes-standard (define-public gnome-themes-standard
(package (package
(name "gnome-themes-standard") (name "gnome-themes-standard")
;; The version of this package should be the same as the version of (version "3.18.0")
;; gnome-desktop.
(version (package-version gnome-desktop))
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1565,7 +1563,7 @@ engineering.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17sbcpc9df1cnz84g3npvh1na65mkxaygqcdma6wvda4knjpkssr")))) "1jxss8kxszhf66vic9n1sagczm5amm0mgxpzyxyjna15q82fnip6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gtk+" ,gtk+) `(("gtk+" ,gtk+)