guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: whois: Update to 5.4.3.


From: guix-commits
Subject: 02/03: gnu: whois: Update to 5.4.3.
Date: Fri, 14 Jun 2019 08:08:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 71bfbe9ba8806aeeec7963e1019e583565ee32d7
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 14 11:43:07 2019 +0200

    gnu: whois: Update to 5.4.3.
    
    * gnu/packages/networking.scm (whois): Update to 5.4.3.
---
 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 2ea65f2..6ade8ed 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -549,7 +549,7 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.4.2")
+    (version "5.4.3")
     (source
      (origin
        (method url-fetch)
@@ -557,7 +557,7 @@ and up to 1 Mbit/s downstream.")
                            name "_" version ".tar.xz"))
        (sha256
         (base32
-         "0mqzs0g2qxd29ihammisg9qf4503sr7d4zas26zjz4an78xkmqzf"))))
+         "1hqg14k0q4979a1amgms4sa1d2iiid51rra3jyqmv63hkw189ypy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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