summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 05:52:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 21:41:50 +0100
commit8bcc04f1c7a2fb348c62070195f3b1d318689645 (patch)
tree22a4956ed41e45d9a32d5c23c0d8aa9f5eed018c /gnu/packages/networking.scm
parent15f6798e5be05374beb0134dea42cd06c5acd6a9 (diff)
downloadguix-patches-8bcc04f1c7a2fb348c62070195f3b1d318689645.tar
guix-patches-8bcc04f1c7a2fb348c62070195f3b1d318689645.tar.gz
gnu: whois: Update to 5.5.11.
* gnu/packages/networking.scm (whois): Update to 5.5.11.
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 bd9050583d..e4438d4a12 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1439,7 +1439,7 @@ and up to 1 Mbit/s downstream.")
(define-public whois
(package
(name "whois")
- (version "5.5.10")
+ (version "5.5.11")
(source
(origin
(method git-fetch)
@@ -1448,7 +1448,7 @@ and up to 1 Mbit/s downstream.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "179hgmh9yqk8jq26ybik4cr3lgryd5p6kdwccc3r7mfssk3yp8lz"))))
+ (base32 "0wys0aixzq6mzvg7p6jb0d5rkkg23pjcgcsx86p7hjidxdvnbwzr"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite