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

* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.0.
This commit is contained in:
宋文武 2015-03-01 13:35:36 +08:00
parent 810cff8557
commit 1385d37a6e
1 changed files with 3 additions and 3 deletions

View File

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