diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index a28db32cd2..3d780019a0 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -22,7 +22,7 @@ ;;; Copyright © 2023 Bruno Victal ;;; Copyright © 2023 Hilton Chain ;;; Copyright © 2024 John Kehayias -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -636,14 +636,14 @@ BIND and djbdns---whilst using relatively little memory.") (define-public unbound (package (name "unbound") - (version "1.22.0") + (version "1.23.0") (source (origin (method url-fetch) (uri (string-append "https://www.unbound.net/downloads/unbound-" version ".tar.gz")) (sha256 - (base32 "0hrx3d5qvn2wq55a6aamyr22viajs66iajdpxln5ns6mypg1ppf5")))) + (base32 "1f1vl0sygkx6rv1mz6zw6mdmymp5dnjkgqkyysrxf5jkhzrxb6wm")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs