gnu: whois: Update to 5.3.1.

* gnu/packages/networking.scm (whois): Update to 5.3.1.
[inputs]: Change from LIBIDN to LIBIDN2.
This commit is contained in:
Marius Bakke 2018-05-26 16:08:33 +02:00
parent 80746f97f1
commit 6ce76bdc31
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -500,7 +500,7 @@ and up to 1 Mbit/s downstream.")
(define-public whois (define-public whois
(package (package
(name "whois") (name "whois")
(version "5.3.0") (version "5.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -508,7 +508,7 @@ and up to 1 Mbit/s downstream.")
name "_" version ".tar.xz")) name "_" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08sp2gzv09rar1a5mnfmbc24pqvhpqqmz2hnmv436n7v7d09qy2d")))) "0gl98l26dcgmlap0pxllbv4b9n2fr5b7zml3ijf8sf3a60qsskpg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite
@ -522,8 +522,7 @@ and up to 1 Mbit/s downstream.")
(setenv "HAVE_ICONV" "1") (setenv "HAVE_ICONV" "1")
#t))))) #t)))))
(inputs (inputs
;; TODO: Switch to libidn2 when >= 2.0.3 is ungrafted in master. `(("libidn2" ,libidn2)))
`(("libidn" ,libidn)))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("perl" ,perl) ("perl" ,perl)