guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: unbound: Update to 1.9.4.


From: guix-commits
Subject: 04/07: gnu: unbound: Update to 1.9.4.
Date: Sun, 27 Oct 2019 17:31:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ca1f4b19e983276391ae671cd764d0a5f261ef0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 20:40:37 2019 +0100

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

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 1c8a424..e120983 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -373,14 +373,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.9.3")
+    (version "1.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v"))))
+        (base32 "1c2bjm13x8bkw0ds1mhn9ivd2gzmfrb0x5y76bkz09a04bxjagix"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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