guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: unbound: Update to 1.6.7.


From: Tobias Geerinckx-Rice
Subject: 05/09: gnu: unbound: Update to 1.6.7.
Date: Thu, 19 Oct 2017 20:15:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fc622383a7e265e154191a90fcc1971bcf09e700
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 19 23:26:27 2017 +0200

    gnu: unbound: Update to 1.6.7.
    
    * gnu/packages/dns.scm (unbound): Update to 1.6.7.
---
 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 ee5acaf..e6afc04 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -284,7 +284,7 @@ asynchronous fashion.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.6.3")
+    (version "1.6.7")
     (source
      (origin
        (method url-fetch)
@@ -292,7 +292,7 @@ asynchronous fashion.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0pw4m4z5qspsagxzbjb61xq5bhd57amw26xqvqzi6b8d3mf6azjc"))))
+         "17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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