Archived
1
0
Fork 0

gnu: whois: Update to 5.5.2.

* gnu/packages/networking.scm (whois): Update to 5.5.2.
This commit is contained in:
Marius Bakke 2019-10-10 17:06:26 +02:00
parent d519bc1350
commit d253719300
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -551,14 +551,15 @@ and up to 1 Mbit/s downstream.")
(define-public whois (define-public whois
(package (package
(name "whois") (name "whois")
(version "5.5.1") (version "5.5.2")
(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 "10mc7iqhdnvd1kk8gnnhihd5ga2rw3sz69n3nd6x8fb65qpq13gf")))) (base32
"1h55zs3cj4w9b0hq0x3z7s2mn46v0jyc39gz320ra4hwr0xlsnf0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite