diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-17 17:05:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-17 23:01:21 +0100 |
commit | a69c43229600318b280118ae89162ba15a68f2f3 (patch) | |
tree | 92f57edfb065096fbf0cd5fddf8598d91723e998 /gnu/packages/dns.scm | |
parent | e93ee2547ecec152f9a198ccc338c4329cc69a71 (diff) | |
download | guix-a69c43229600318b280118ae89162ba15a68f2f3.tar guix-a69c43229600318b280118ae89162ba15a68f2f3.tar.gz |
gnu: knot: Update to 3.0.3.
* gnu/packages/dns.scm (knot): Update to 3.0.3.
Diffstat (limited to 'gnu/packages/dns.scm')
-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 5028a38fd3..5ffa499dfe 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -807,7 +807,7 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "3.0.2") + (version "3.0.3") (source (origin (method git-fetch) @@ -816,7 +816,7 @@ Extensions} (DNSSEC).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1cinzz8p86fzknnr2z6b49yqr4y05mmnr0l2q3lwzcfhc6dcl8di")) + (base32 "0xzig9l91wj6x23mh75vw2r51ihrgx916c7wxvpcfnwrqsv4f3hy")) (modules '((guix build utils))) (snippet '(begin |