guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: whois: Update to 5.3.1.


From: Marius Bakke
Subject: 05/07: gnu: whois: Update to 5.3.1.
Date: Sat, 26 May 2018 11:06:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6ce76bdc313f8c71c2e016aa1e279e27c139ee42
Author: Marius Bakke <address@hidden>
Date:   Sat May 26 16:08:33 2018 +0200

    gnu: whois: Update to 5.3.1.
    
    * gnu/packages/networking.scm (whois): Update to 5.3.1.
    [inputs]: Change from LIBIDN to LIBIDN2.
---
 gnu/packages/networking.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9793620..a95f5d1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -500,7 +500,7 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.3.0")
+    (version "5.3.1")
     (source
      (origin
        (method url-fetch)
@@ -508,7 +508,7 @@ and up to 1 Mbit/s downstream.")
                            name "_" version ".tar.xz"))
        (sha256
         (base32
-         "08sp2gzv09rar1a5mnfmbc24pqvhpqqmz2hnmv436n7v7d09qy2d"))))
+         "0gl98l26dcgmlap0pxllbv4b9n2fr5b7zml3ijf8sf3a60qsskpg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite
@@ -522,8 +522,7 @@ and up to 1 Mbit/s downstream.")
              (setenv "HAVE_ICONV" "1")
              #t)))))
     (inputs
-     ;; TODO: Switch to libidn2 when >= 2.0.3 is ungrafted in master.
-     `(("libidn" ,libidn)))
+     `(("libidn2" ,libidn2)))
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("perl" ,perl)



reply via email to

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