Archived
1
0
Fork 0

gnu: knot: Update to 3.0.2.

* gnu/packages/dns.scm (knot): Update to 3.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-13 01:27:12 +01:00
parent 72ee78a6bf
commit a400ab4f14
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -807,7 +807,7 @@ Extensions} (DNSSEC).")
(define-public knot (define-public knot
(package (package
(name "knot") (name "knot")
(version "3.0.1") (version "3.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -816,7 +816,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "10mlzldxqvbaw78nghkr0s73rlbpz9wg16z14321xw2l9xfibkad")) (base32 "1cinzz8p86fzknnr2z6b49yqr4y05mmnr0l2q3lwzcfhc6dcl8di"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin