diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-24 02:02:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-24 02:08:35 +0200 |
commit | b95fbb510db87576d9a54e4264618b6f6f259b05 (patch) | |
tree | f0f5c3adf76c73b192d14d102d933ffd6ff25516 | |
parent | 2bd09dd47f2b97803cf36425f6efb4262bcdd218 (diff) | |
download | guix-b95fbb510db87576d9a54e4264618b6f6f259b05.tar.gz guix-b95fbb510db87576d9a54e4264618b6f6f259b05.zip |
gnu: whois: Update to 5.5.9.
* gnu/packages/networking.scm (whois): Update to 5.5.9.
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 6292241007..7f399640b2 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1380,7 +1380,7 @@ and up to 1 Mbit/s downstream.") (define-public whois (package (name "whois") - (version "5.5.8") + (version "5.5.9") (source (origin (method git-fetch) @@ -1389,7 +1389,7 @@ and up to 1 Mbit/s downstream.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "12lhl2q1pa1qkbv0l1cpy8hn4wh5i99bqc68rlm4f7jyqlj2l82r")))) + (base32 "0l9dhyciylh14lqw8j5mrk0y2hl95cnj8pyvvabbgwxpsdn0yvbb")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |