guix-patches
[Top][All Lists]
Advanced

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

[bug#45473] [PATCH] gnu: whois: Update to 5.5.7.


From: Vincent Legoll
Subject: [bug#45473] [PATCH] gnu: whois: Update to 5.5.7.
Date: Sun, 27 Dec 2020 18:20:51 +0100

* gnu/packages/networking.scm (whois): Update to 5.5.7.
---
 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 479f5329f5..f2ec4d792f 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
-- 
2.29.2






reply via email to

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