guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: whois: Update to 5.5.7.


From: guix-commits
Subject: 07/07: gnu: whois: Update to 5.5.7.
Date: Mon, 28 Dec 2020 10:52:56 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1be0da2c7bb30e8c56d5cc82276ff6621802dacd
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 18:20:51 2020 +0100

    gnu: whois: Update to 5.5.7.
    
    * gnu/packages/networking.scm (whois): Update to 5.5.7.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 479f532..f2ec4d7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1304,14 +1304,14 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.5.6")
+    (version "5.5.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://debian/pool/main/w/whois/"
                            "whois_" version ".tar.xz"))
        (sha256
-        (base32 "0kpi981zjczvdcxfcq455c529vlaxa73x8kbm530z5b01h0fk8fb"))))
+        (base32 "14vkf7vkvlfwq45fcsq5dbwnjnkfrmv33br13g1jgl9qpw6p1yiy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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