gnu: gtk-xfce-engine: Update to 2.10.1.

* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
master
宋文武 2015-03-04 10:16:43 +08:00
parent 928d62f225
commit 221d45726c
1 changed files with 4 additions and 3 deletions

View File

@ -43,14 +43,15 @@
(define-public gtk-xfce-engine (define-public gtk-xfce-engine
(package (package
(name "gtk-xfce-engine") (name "gtk-xfce-engine")
(version "2.10.0") (version "2.10.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/" (uri (string-append "http://archive.xfce.org/src/xfce/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0rqrnjxx1lzla7wp2fadyixs6jy0js6xh005pgwyqbigpl0v7hy1")))) "0g86ywkx0ghzhhn96k88p67bbzlm1aqckly85izp07w80l1934ja"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)