mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: xfwm4: Update to 4.12.0.
* gnu/packages/xfce.scm (xfwm4): Update 4.12.0.
This commit is contained in:
parent
046bcf2952
commit
39a4d761c7
1 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ (define-public thunar-volman
|
|||
(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 @@ (define-public xfwm4
|
|||
"/src/" name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"170zzs7adj47srsi2cl723w9pl8k8awd7w1bpzxby7hj92zmf8s9"))))
|
||||
"0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue