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.13.0.


From: guix-commits
Subject: branch master updated: gnu: unbound: Update to 1.13.0.
Date: Mon, 21 Dec 2020 19:32:34 -0500

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

lfam pushed a commit to branch master
in repository guix.

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

commit 8bcbad795e1201f4b0d580c1d098c67712cc6f14
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 21 19:17:07 2020 +0100

    gnu: unbound: Update to 1.13.0.
    
    * gnu/packages/dns.scm (unbound): Update to 1.13.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 5ffa499..f4ea5fe 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -603,14 +603,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.10.1")
+    (version "1.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0dnmh9jjh2v274f0hl31bgv40pl77mmfgky8bkqr5kvi3b17fdmp"))))
+        (base32 "18dj7migq6379hps59793457l81s3z7dll3y0fj6qcmhjlx08m59"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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