guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: unbound: Update to 1.9.1.


From: guix-commits
Subject: 03/05: gnu: unbound: Update to 1.9.1.
Date: Thu, 14 Mar 2019 17:14:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 223055dd3f09d1742cc706edfd7bb283100f1793
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 14 21:11:59 2019 +0100

    gnu: unbound: Update to 1.9.1.
    
    * gnu/packages/dns.scm (unbound): Update to 1.9.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 656c1f9..f1bcbc1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -364,14 +364,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.9.0")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "05xrb8havr2vgjsdy7n85kgnvk1mg7qwhjp4a8n6pg4jhd5zjnj1"))))
+        (base32 "1iarvk0i92asvrkpla9z55aan20k6pklzpck9yk4rfnchsdvzh63"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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