guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: whois: Update to 5.4.1.


From: guix-commits
Subject: 07/12: gnu: whois: Update to 5.4.1.
Date: Thu, 31 Jan 2019 15:21:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3cf325579659f95bffdd9409c564224dbf04a794
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 30 20:56:58 2019 +0100

    gnu: whois: Update to 5.4.1.
    
    * gnu/packages/networking.scm (whois): Update to 5.4.1.
---
 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 df06302..6ba544e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -547,7 +547,7 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.4.0")
+    (version "5.4.1")
     (source
      (origin
        (method url-fetch)
@@ -555,7 +555,7 @@ and up to 1 Mbit/s downstream.")
                            name "_" version ".tar.xz"))
        (sha256
         (base32
-         "0y73b3z1akni620s1hlrijwdrk95ca1c8csjds48vpd6z86awx9p"))))
+         "0l7chmlvsl22r5cfm6fpm999z2n3sjrnx3ha8f8kf42cn4gmkriy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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