3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xwud: Update to 1.0.6.

* gnu/packages/xorg.scm (xwud): Update to 1.0.6.
This commit is contained in:
Efraim Flashner 2022-07-11 15:04:07 +03:00
parent 7aeab7adb2
commit 584cf4dadd
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4537,17 +4537,17 @@ Various information is displayed depending on which options are selected.")
(define-public xwud
(package
(name "xwud")
(version "1.0.5")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xwud-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1a8hdgy40smvblnh3s9f0vkqckl68nmivx7d48zk34m8z18p16cr"))))
"1zhsih1l3x1038fi1wi9npvfnn8j7580ca73saixjg5sbv8qq134"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libx11))