guix-commits
[Top][All Lists]
Advanced

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

18/35: gnu: unbound: Update to 1.13.1.


From: guix-commits
Subject: 18/35: gnu: unbound: Update to 1.13.1.
Date: Wed, 3 Mar 2021 18:45:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 402964eec4a33d93826093545b657794c2b863df
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 22:24:12 2021 +0100

    gnu: unbound: Update to 1.13.1.
    
    * gnu/packages/dns.scm (unbound): Update to 1.13.1.
---
 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 ab338e8..bb19175 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -608,14 +608,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.13.0")
+    (version "1.13.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "18dj7migq6379hps59793457l81s3z7dll3y0fj6qcmhjlx08m59"))))
+        (base32 "1f2hky62f4xxnjr0lncrzz4gipg01rp12pf98mrqkgf5ixxxj145"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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