guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: whois: Update to 5.5.1.


From: guix-commits
Subject: 08/11: gnu: whois: Update to 5.5.1.
Date: Thu, 22 Aug 2019 09:39:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15783008caef2d9ad2e988954d62d24dc3adb41e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 22 15:32:21 2019 +0200

    gnu: whois: Update to 5.5.1.
    
    * gnu/packages/networking.scm (whois): Update to 5.5.1.
---
 gnu/packages/networking.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 75677a9..4527c49 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]