guix-commits
[Top][All Lists]
Advanced

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

19/20: gnu: unbound: Update to 1.9.0.


From: guix-commits
Subject: 19/20: gnu: unbound: Update to 1.9.0.
Date: Tue, 19 Feb 2019 04:03:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 37040b85d168ab7c0debee9c710b7d6920dba4da
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 07:52:47 2019 +0100

    gnu: unbound: Update to 1.9.0.
    
    * gnu/packages/dns.scm (unbound): Update to 1.9.0.
---
 gnu/packages/dns.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index dbd0027..1a6b297 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -364,15 +364,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.8.1")
+    (version "1.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32
-         "0p9w6spar5dfi7fplxjcq4394wldabaws0ns30cqq6sxqfwv6qn3"))))
+        (base32 "05xrb8havr2vgjsdy7n85kgnvk1mg7qwhjp4a8n6pg4jhd5zjnj1"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs
@@ -387,7 +386,7 @@ to result in system-wide compromise.")
        ("openssl" ,openssl)))
     (arguments
      `(#:configure-flags
-       (list "--disable-static" ;save space and non-determinism in libunbound.a
+       (list "--disable-static" ; save space and non-determinism in 
libunbound.a
              (string-append
               "--with-ssl=" (assoc-ref %build-inputs "openssl"))
              (string-append



reply via email to

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