guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: whois: Update to 5.5.2.


From: guix-commits
Subject: 04/07: gnu: whois: Update to 5.5.2.
Date: Thu, 10 Oct 2019 14:16:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d253719300f301a067ba393febac58c2510dec0f
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 10 17:06:26 2019 +0200

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 753e73d..c0597c7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -551,14 +551,15 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.5.1")
+    (version "5.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://debian/pool/main/w/whois/"
                            "whois_" version ".tar.xz"))
        (sha256
-        (base32 "10mc7iqhdnvd1kk8gnnhihd5ga2rw3sz69n3nd6x8fb65qpq13gf"))))
+        (base32
+         "1h55zs3cj4w9b0hq0x3z7s2mn46v0jyc39gz320ra4hwr0xlsnf0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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