guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: whois: Update to 5.4.2.


From: guix-commits
Subject: 06/14: gnu: whois: Update to 5.4.2.
Date: Sun, 31 Mar 2019 16:53:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4f0464c92387780b461b79cd053257e190b2b735
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 31 16:31:03 2019 +0200

    gnu: whois: Update to 5.4.2.
    
    * gnu/packages/networking.scm (whois): Update to 5.4.2.
---
 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 e266ea0..46aed1e 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.1")
+    (version "5.4.2")
     (source
      (origin
        (method url-fetch)
@@ -555,7 +555,7 @@ and up to 1 Mbit/s downstream.")
                            name "_" version ".tar.xz"))
        (sha256
         (base32
-         "0l7chmlvsl22r5cfm6fpm999z2n3sjrnx3ha8f8kf42cn4gmkriy"))))
+         "0mqzs0g2qxd29ihammisg9qf4503sr7d4zas26zjz4an78xkmqzf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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