diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-10-17 13:20:40 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-20 20:22:10 +0800 |
commit | 7c1b70cc3a6c5372fc0e88808cc613c39c64cefe (patch) | |
tree | f58e1f348bc95a981ac07045a967de32502987e3 /gnu | |
parent | 5b915c2d5b76d60efe868db0a09c213d9c66b0d1 (diff) | |
download | guix-7c1b70cc3a6c5372fc0e88808cc613c39c64cefe.tar guix-7c1b70cc3a6c5372fc0e88808cc613c39c64cefe.tar.gz |
gnu: unbound: Update to 1.22.0.
* gnu/packages/dns.scm (unbound): Update to 1.22.0.
Change-Id: I3af89323ddc0e0d85c82a9b7989bbf66eab56d0b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 1e9d1bc904..ba611ada2b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -636,14 +636,14 @@ BIND and djbdns---whilst using relatively little memory.") (define-public unbound (package (name "unbound") - (version "1.21.1") + (version "1.22.0") (source (origin (method url-fetch) (uri (string-append "https://www.unbound.net/downloads/unbound-" version ".tar.gz")) (sha256 - (base32 "0ipam47nnh86v1wbjvk337wch6pcplbk353yr39kcav24cyd4dih")))) + (base32 "0hrx3d5qvn2wq55a6aamyr22viajs66iajdpxln5ns6mypg1ppf5")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |