guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: unbound: Update to 1.9.2.


From: guix-commits
Subject: 01/01: gnu: unbound: Update to 1.9.2.
Date: Sun, 28 Jul 2019 05:07:24 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 7e5eda0c08112963be08ebe0c62eed651749e0a1
Author: Rutger Helling <address@hidden>
Date:   Sun Jul 28 11:05:39 2019 +0200

    gnu: unbound: Update to 1.9.2.
    
    * gnu/packages/dns.scm (unbound): Update to 1.9.2.
---
 gnu/packages/dns.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 17357c1..b4d5a9a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2019 Chris Marusich <address@hidden>
+;;; Copyright © 2019 Rutger Helling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -372,14 +373,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.9.1")
+    (version "1.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1iarvk0i92asvrkpla9z55aan20k6pklzpck9yk4rfnchsdvzh63"))))
+        (base32 "15bbrczibap30db8a1pmqhvjbmkxms39hwiivby7f4j5rz2wwykg"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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