gnu: twm: Update to 1.0.10.

* gnu/packages/xorg.scm (twm): Update to 1.0.10.
[source]: Use bzip-compressed tarball.
master
Marius Bakke 2018-03-07 14:12:55 +01:00
parent 5668a365d6
commit b5ebc1bf8c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -5421,17 +5421,17 @@ Intrinsics (Xt) Library.")
(define-public twm
(package
(name "twm")
(version "1.0.9")
(version "1.0.10")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/" name "-"
version
".tar.gz"))
".tar.bz2"))
(sha256
(base32
"1s1r00x8add3f27xjqxg6q7mwplwrb72gakbh4y6j052as25wchw"))))
"1ms5cj1w3g26zg6bxdv1j9hl0pxr4300qnv003cz1q3cl7ffljb4"))))
(build-system gnu-build-system)
(inputs
`(("libxt" ,libxt)