guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: unbound: Update to 1.17.0.


From: guix-commits
Subject: 01/02: gnu: unbound: Update to 1.17.0.
Date: Sat, 22 Oct 2022 08:17:34 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 28270e1e039b6e05bf7a17b9b660801df2d588bd
Author: Jacob Hrbek <kreyren@rixotstudio.cz>
AuthorDate: Fri Oct 21 08:54:46 2022 +0000

    gnu: unbound: Update to 1.17.0.
    
    * gnu/packages/dns.scm (unbound): Update to 1.17.0.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 768fbaff8a..785d1397ef 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -666,14 +666,14 @@ BIND and djbdns---whilst using relatively little memory.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.13.2")
+    (version "1.17.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "10qs1q26lzw18ljggnbz0cc5f7lr9ksj615xbrmh4amryd3va4qa"))))
+        (base32 "0h8k5yh49vasyzwkm3n1xsidxr7xybqwkvg4cq6937qxi7brbg6w"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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