guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: whois: Update to 5.2.13.


From: Efraim Flashner
Subject: 10/10: gnu: whois: Update to 5.2.13.
Date: Sat, 5 Nov 2016 16:16:43 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 268b3802e9bb5336b087039d75eb0db7280f156f
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 5 17:46:55 2016 +0200

    gnu: whois: Update to 5.2.13.
    
    * gnu/packages/networking.scm (whois): Update to 5.2.13.
---
 gnu/packages/networking.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1f6ed77..2c51aea 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -428,7 +428,7 @@ and up to 1 Mbit/s downstream.")
 (define-public whois
   (package
     (name "whois")
-    (version "5.2.12")
+    (version "5.2.13")
     (source
      (origin
        (method url-fetch)
@@ -436,7 +436,7 @@ and up to 1 Mbit/s downstream.")
                            name "_" version ".tar.xz"))
        (sha256
         (base32
-         "1wfdyqi64l5x56j259jrrlbh19b7q7i6r83a8q8rjzcqp0kl0vdj"))))
+         "0r3bbxpwsxssa99d8dcjnp79mw1cjwqxgmqjm1537q277jwsk0yc"))))
     (build-system gnu-build-system)
     ;; TODO: unbundle mkpasswd binary + its po files.
     (arguments
@@ -449,7 +449,8 @@ and up to 1 Mbit/s downstream.")
          (add-before 'build 'setenv
            (lambda _
              (setenv "HAVE_ICONV" "1")
-             (setenv "HAVE_LIBIDN" "1"))))))
+             (setenv "HAVE_LIBIDN" "1")
+             #t)))))
     (inputs
      `(("libidn" ,libidn)))
     (native-inputs



reply via email to

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