summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-12-27 18:20:51 +0100
committerEfraim Flashner <efraim@flashner.co.il>2020-12-28 17:45:26 +0200
commit1be0da2c7bb30e8c56d5cc82276ff6621802dacd (patch)
tree0542850657bfdf45e3c2533c0091906eb787dd7d /gnu/packages/networking.scm
parent1d16592216f712c7dae58cc796b05c0180a84c8f (diff)
downloadguix-patches-1be0da2c7bb30e8c56d5cc82276ff6621802dacd.tar
guix-patches-1be0da2c7bb30e8c56d5cc82276ff6621802dacd.tar.gz
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>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 479f5329f5..f2ec4d792f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1304,14 +1304,14 @@ and up to 1 Mbit/s downstream.")
(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