diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:38 +0200 |
commit | 43decd1f7ea4ebd911199ad10c0ca555d0dffbd6 (patch) | |
tree | ea3c9fb8f07d510286e1eb6c126f7a2545755d5c /gnu | |
parent | 64595d9f9582bef7ebd62d1e431e483228bf3e01 (diff) | |
download | guix-43decd1f7ea4ebd911199ad10c0ca555d0dffbd6.tar.gz guix-43decd1f7ea4ebd911199ad10c0ca555d0dffbd6.zip |
gnu: knot: Update to 3.1.9.
* gnu/packages/dns.scm (knot): Update to 3.1.9.
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 a6521eafb5..673723369a 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -871,7 +871,7 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "3.1.8") + (version "3.1.9") (source (origin (method git-fetch) @@ -880,7 +880,7 @@ Extensions} (DNSSEC).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0v3rh27qnyihdqp5nm8bnn9xd5rl2fbwhj4cmdpc8ik4qs21xyf4")) + (base32 "0w3jyz9qgkb34gkv2lr71phk5ad3rycn86qyw7n88ryhdsk45j73")) (modules '((guix build utils))) (snippet '(begin |