diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-03-01 13:55:44 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-03-01 18:38:52 +0800 |
commit | 046bcf295259923df345662426d12ceac12ebbae (patch) | |
tree | 4826c8b520023e50467b8eecdec14e2913372406 /gnu/packages/xfce.scm | |
parent | ad1540062bf80d0b0a1bfdb9af44504f3df649d9 (diff) | |
download | patches-046bcf295259923df345662426d12ceac12ebbae.tar patches-046bcf295259923df345662426d12ceac12ebbae.tar.gz |
gnu: xfdesktop: Update to 4.12.0.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.0.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 30b1afa45a..01b50c48a3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -486,7 +486,7 @@ on the screen.") (define-public xfdesktop (package (name "xfdesktop") - (version "4.10.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/xfce/" @@ -494,7 +494,7 @@ on the screen.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "0yrddj1lgk3xn4w340y89z7x2isks72ia36pka08kk2x8gpfcyl9")))) + "1ivzgg4792nid6wcgd1nq5vc3z0y5ip6ymq7ci5j2qkp663qnykf")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |