guix-commits
[Top][All Lists]
Advanced

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

20/35: gnu: whois: Update to 5.5.8.


From: guix-commits
Subject: 20/35: gnu: whois: Update to 5.5.8.
Date: Wed, 3 Mar 2021 18:45:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 34ff94c40735f07bac77c2199de94012d7a2764d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 23:12:11 2021 +0100

    gnu: whois: Update to 5.5.8.
    
    * gnu/packages/networking.scm (whois): Update to 5.5.8.
---
 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 5e66ddc..360f3ca 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1312,7 +1312,7 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.5.7")
+    (version "5.5.8")
     (source
      (origin
        (method git-fetch)
@@ -1321,7 +1321,7 @@ and up to 1 Mbit/s downstream.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w3d0ffl0ng1m4i10k968kk4xicviq24w5vwl6d8dhja61d7yd2r"))))
+        (base32 "12lhl2q1pa1qkbv0l1cpy8hn4wh5i99bqc68rlm4f7jyqlj2l82r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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