diff options
-rw-r--r-- | arunisaac/powerdns.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arunisaac/powerdns.scm b/arunisaac/powerdns.scm index 4c6fe65..1be8de2 100644 --- a/arunisaac/powerdns.scm +++ b/arunisaac/powerdns.scm @@ -1,5 +1,5 @@ ;;; guix-arunisaac --- arunisaac's Guix odds and ends -;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2023, 2025 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of guix-arunisaac. ;;; @@ -54,7 +54,7 @@ (define pdns (package (name "pdns") - (version "4.6.2") + (version "5.0.0") (source (origin (method url-fetch) @@ -62,7 +62,7 @@ version ".tar.bz2")) (sha256 (base32 - "1f0r1gp64wx5rak1srzjxdzvbzq178xn2882hnsbn4dv8j4q8hzl")))) + "0c0a3c29xz3ydwiq6yfwcyc18lnr2z0n6pflq7psr6bsv5ay7k0d")))) (build-system gnu-build-system) (arguments (list #:configure-flags |