gnu: xfwm4: Update to 4.14.3.

* gnu/packages/xfce.scm (xfwm4): Update to 4.14.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-28 23:36:35 +02:00
parent 6bf70cc8e7
commit 8410eab8f1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -724,7 +724,7 @@ and import the new pictures from your camera.")
(define-public xfwm4
(package
(name "xfwm4")
(version "4.14.2")
(version "4.14.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -732,7 +732,7 @@ and import the new pictures from your camera.")
"xfwm4-" version ".tar.bz2"))
(sha256
(base32
"14pxiymg0hpg3yijbjv5w6259pra4rqq79b7a6mvd8wn4ls40nxi"))))
"1gw3fbiwraylarl1bqbvfh7nxlss5w8w0im5ahfg3a9mkrdfr6w2"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)