diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-08-19 17:21:59 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
commit | c59c58c7579bf479796b530f8087efcb0d43457a (patch) | |
tree | 524d3602cb5a61217fc30d5c12d7316c4e89ac0b /gnu | |
parent | 2e57152147d42e6ad9f2bdb17958ad395efe05cc (diff) | |
download | guix-c59c58c7579bf479796b530f8087efcb0d43457a.tar guix-c59c58c7579bf479796b530f8087efcb0d43457a.tar.gz |
gnu: knot: Update to 3.3.8
* gnu/packages/dns.scm (knot): Update to 3.3.8.
Change-Id: Ia9c2a07c852af13383dfb1d37ae1350a25bae533
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
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 b1eb4bdb4d..ca94813eab 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -845,7 +845,7 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "3.3.4") + (version "3.3.8") (source (origin (method git-fetch) @@ -854,7 +854,7 @@ Extensions} (DNSSEC).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0w7drq0pj94d43qn9wmzxab34mjhxj9x84rixbswc270ywh6d9pr")) + (base32 "0iaardlmvcp6f0vccs81f202bb53y7fkcw5n12ahgqymqzhafpmq")) (modules '((guix build utils))) (snippet '(begin |