mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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>
This commit is contained in:
parent
1d16592216
commit
1be0da2c7b
1 changed files with 2 additions and 2 deletions
|
@ -1304,14 +1304,14 @@ (define-public iodine
|
|||
(define-public whois
|
||||
(package
|
||||
(name "whois")
|
||||
(version "5.5.6")
|
||||
(version "5.5.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://debian/pool/main/w/whois/"
|
||||
"whois_" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0kpi981zjczvdcxfcq455c529vlaxa73x8kbm530z5b01h0fk8fb"))))
|
||||
(base32 "14vkf7vkvlfwq45fcsq5dbwnjnkfrmv33br13g1jgl9qpw6p1yiy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue