mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: xwd: Update to 1.0.9.
* gnu/packages/xorg.scm (xwd): Update to 1.0.9. Change-Id: I981bdf6f9aedc3cdbe3bb5d2df3727c07e6308b3
This commit is contained in:
parent
a0c78ad860
commit
8bb61899ee
1 changed files with 3 additions and 3 deletions
|
@ -4332,14 +4332,14 @@ extension.")
|
|||
(define-public xwd
|
||||
(package
|
||||
(name "xwd")
|
||||
(version "1.0.8")
|
||||
(version "1.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/app/xwd-"
|
||||
version ".tar.bz2"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "06q36fh55r62ms0igfxsanrn6gv8lh794q1bw9xzw51p2qs2papv"))))
|
||||
(base32 "0gxx3y9zlh13jgwkayxljm6i58ng8jc1xzqv2g8s7d3yjj21n4nw"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxt libxkbfile xorgproto))
|
||||
|
|
Loading…
Add table
Reference in a new issue