gnu: whois: Update to 5.4.0.

* gnu/packages/networking.scm (whois): Update to 5.4.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-11-01 04:29:02 +01:00
parent 38fda1cc36
commit 66a2a47117
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -538,7 +538,7 @@ (define-public iodine
(define-public whois (define-public whois
(package (package
(name "whois") (name "whois")
(version "5.3.2") (version "5.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -546,7 +546,7 @@ (define-public whois
name "_" version ".tar.xz")) name "_" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0m3352d5b0ragygbqjbaimghrbx4va2rixa34j5a1g3jj6l4nwbr")))) "0y73b3z1akni620s1hlrijwdrk95ca1c8csjds48vpd6z86awx9p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite