mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: xwd: Update to 1.0.8.
* gnu/packages/xorg.scm (xwd): Update to 1.0.8.
This commit is contained in:
parent
45066bc9ff
commit
f60a2d1341
1 changed files with 4 additions and 7 deletions
|
@ -4581,17 +4581,14 @@ (define-public xvinfo
|
|||
(define-public xwd
|
||||
(package
|
||||
(name "xwd")
|
||||
(version "1.0.7")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xwd-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(uri (string-append "mirror://xorg/individual/app/xwd-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1537i8q8pgf0sjklakzfvjwrq5b246qjywrx9ll8xfg0p6w1as6d"))))
|
||||
(base32 "06q36fh55r62ms0igfxsanrn6gv8lh794q1bw9xzw51p2qs2papv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxt" ,libxt)
|
||||
|
|
Loading…
Reference in a new issue