guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: whois: Update to 5.5.6.


From: guix-commits
Subject: 01/02: gnu: whois: Update to 5.5.6.
Date: Sun, 16 Feb 2020 10:27:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit efd9742b246795b623c2d641fa757470dada92df
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Feb 16 16:09:11 2020 +0100

    gnu: whois: Update to 5.5.6.
    
    * gnu/packages/networking.scm (whois): Update to 5.5.6.
---
 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 dbc4002..ae131a5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -562,14 +562,14 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.5.5")
+    (version "5.5.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://debian/pool/main/w/whois/"
                            "whois_" version ".tar.xz"))
        (sha256
-        (base32 "03akwma24gzfnsmwpjxmkzmcaxzg6fc68hmyaz0xmsl28i28l3n3"))))
+        (base32 "0kpi981zjczvdcxfcq455c529vlaxa73x8kbm530z5b01h0fk8fb"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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