From b0d653ad6ffbd85e631fbe826968722feb5161cd Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Thu, 24 Apr 2025 11:59:32 +0200 Subject: [PATCH] gnu: unbound: Update to 1.23.0. * gnu/packages/dns.scm (unbound): Update to 1.23.0. Change-Id: I6a317febf864f766f9e99d78a3fa4031be69cafd Signed-off-by: Zheng Junjie --- gnu/packages/dns.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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