diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-22 15:32:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-22 15:35:32 +0200 |
commit | 15783008caef2d9ad2e988954d62d24dc3adb41e (patch) | |
tree | 05b0521f41c71d270ecf084323aa27706dcfc1b8 /gnu | |
parent | cc08576d9b562f60659ad17622c0e1c8e3996977 (diff) | |
download | guix-15783008caef2d9ad2e988954d62d24dc3adb41e.tar guix-15783008caef2d9ad2e988954d62d24dc3adb41e.tar.gz |
gnu: whois: Update to 5.5.1.
* gnu/packages/networking.scm (whois): Update to 5.5.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 75677a9394..4527c4927c 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -551,15 +551,14 @@ and up to 1 Mbit/s downstream.") (define-public whois (package (name "whois") - (version "5.5.0") + (version "5.5.1") (source (origin (method url-fetch) (uri (string-append "mirror://debian/pool/main/w/whois/" "whois_" version ".tar.xz")) (sha256 - (base32 - "0gbg9fis05zf2fl4264jplbphy75l50k3g92cz6mkmbsklrn7v34")))) + (base32 "10mc7iqhdnvd1kk8gnnhihd5ga2rw3sz69n3nd6x8fb65qpq13gf")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |