gnu: xfwm4: Update to 4.12.5.

* gnu/packages/xfce.scm (xfwm4): Update to 4.12.5.
[source]: Update URL.
This commit is contained in:
Kei Kebreau 2019-03-16 19:17:41 -04:00
parent e2120220d4
commit 199af14271
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 5 deletions

View File

@ -619,15 +619,15 @@ and import the new pictures from your camera.")
(define-public xfwm4 (define-public xfwm4
(package (package
(name "xfwm4") (name "xfwm4")
(version "4.12.0") (version "4.12.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/" (uri (string-append "https://archive.xfce.org/src/xfce/"
(version-major+minor version) name "/" (version-major+minor version) "/"
"/src/" name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19")))) "1jnav0wcqlswl2v7nh61big9czg5hmnyvrvm6812sv362qic0xbp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)