gnu: whois: Update to 5.5.7.
* gnu/packages/networking.scm (whois): Update to 5.5.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
1d16592216
commit
1be0da2c7b
|
@ -1304,14 +1304,14 @@ and up to 1 Mbit/s downstream.")
|
||||||
(define-public whois
|
(define-public whois
|
||||||
(package
|
(package
|
||||||
(name "whois")
|
(name "whois")
|
||||||
(version "5.5.6")
|
(version "5.5.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://debian/pool/main/w/whois/"
|
(uri (string-append "mirror://debian/pool/main/w/whois/"
|
||||||
"whois_" version ".tar.xz"))
|
"whois_" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kpi981zjczvdcxfcq455c529vlaxa73x8kbm530z5b01h0fk8fb"))))
|
(base32 "14vkf7vkvlfwq45fcsq5dbwnjnkfrmv33br13g1jgl9qpw6p1yiy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
|
|
Reference in New Issue