gnu: xwud: Update to 1.0.6.
* gnu/packages/xorg.scm (xwud): Update to 1.0.6.
This commit is contained in:
parent
7aeab7adb2
commit
584cf4dadd
1 changed files with 3 additions and 3 deletions
|
@ -4537,17 +4537,17 @@ Various information is displayed depending on which options are selected.")
|
||||||
(define-public xwud
|
(define-public xwud
|
||||||
(package
|
(package
|
||||||
(name "xwud")
|
(name "xwud")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/app/xwud-"
|
"mirror://xorg/individual/app/xwud-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a8hdgy40smvblnh3s9f0vkqckl68nmivx7d48zk34m8z18p16cr"))))
|
"1zhsih1l3x1038fi1wi9npvfnn8j7580ca73saixjg5sbv8qq134"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list xorgproto libx11))
|
(list xorgproto libx11))
|
||||||
|
|
Reference in a new issue