guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: unbound: Update to 1.10.0.


From: guix-commits
Subject: branch master updated: gnu: unbound: Update to 1.10.0.
Date: Sat, 07 Mar 2020 09:46:30 -0500

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e7ba60d  gnu: unbound: Update to 1.10.0.
e7ba60d is described below

commit e7ba60ddce5a7f067fcf9b872340eac7ed2070fa
Author: Vincent Legoll <address@hidden>
AuthorDate: Thu Mar 5 16:43:06 2020 +0100

    gnu: unbound: Update to 1.10.0.
    
    * gnu/packages/dns.scm (unbound): Update to 1.10.0.
    
    Signed-off-by: Jakub Kądziołka <address@hidden>
---
 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 036ea70..100a71d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -386,14 +386,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.9.6")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1w5aylh2gfvfvqkgrq46aw427x9c0a3hwm0f985s55wim5pgr60x"))))
+        (base32 "0mg9divpysr42sp0m693a70693dp8025v6c9dv1yabr4g1jlhbqm"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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