diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-03-01 18:41:02 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-03-01 18:41:02 +0800 |
commit | 39a4d761c7311fcb43b68af77ee8822477b161a0 (patch) | |
tree | a6e4f65b0568613ea631649154f8bd8de48146fa /gnu/packages/xfce.scm | |
parent | 046bcf295259923df345662426d12ceac12ebbae (diff) | |
download | patches-39a4d761c7311fcb43b68af77ee8822477b161a0.tar patches-39a4d761c7311fcb43b68af77ee8822477b161a0.tar.gz |
gnu: xfwm4: Update to 4.12.0.
* gnu/packages/xfce.scm (xfwm4): Update 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 01b50c48a3..420a819db4 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -458,7 +458,7 @@ and import the new pictures from your camera.") (define-public xfwm4 (package (name "xfwm4") - (version "4.10.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/xfce/" @@ -466,7 +466,7 @@ and import the new pictures from your camera.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "170zzs7adj47srsi2cl723w9pl8k8awd7w1bpzxby7hj92zmf8s9")))) + "0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |