mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: xwud: Update to 1.0.5.
* gnu/packages/xorg.scm (xwud): Update to 1.0.5.
This commit is contained in:
parent
fdf5257e7c
commit
873ee8a750
1 changed files with 2 additions and 2 deletions
|
@ -4414,7 +4414,7 @@ (define-public xwininfo
|
||||||
(define-public xwud
|
(define-public xwud
|
||||||
(package
|
(package
|
||||||
(name "xwud")
|
(name "xwud")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4424,7 +4424,7 @@ (define-public xwud
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ggql6maivah58kwsh3z9x1hvzxm1a8888xx4s78cl77ryfa1cyn"))))
|
"1a8hdgy40smvblnh3s9f0vkqckl68nmivx7d48zk34m8z18p16cr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xproto" ,xproto)
|
`(("xproto" ,xproto)
|
||||||
|
|
Loading…
Reference in a new issue