gnu: whois: Update to 5.3.0.

* gnu/packages/networking.scm (whois): Update to 5.3.0.
This commit is contained in:
Marius Bakke 2018-02-01 11:33:40 +01:00
parent 35737d1b6c
commit 11d0741ffc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -453,7 +453,7 @@ and up to 1 Mbit/s downstream.")
(define-public whois (define-public whois
(package (package
(name "whois") (name "whois")
(version "5.2.20") (version "5.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -461,7 +461,7 @@ and up to 1 Mbit/s downstream.")
name "_" version ".tar.xz")) name "_" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"02f00vpgrdb77w7lskl9jfm2akpy21ws9cjazs13gash2xksnj38")))) "08sp2gzv09rar1a5mnfmbc24pqvhpqqmz2hnmv436n7v7d09qy2d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; Does not exist `(#:tests? #f ; Does not exist