gnu: knot: Update to 3.0.7.
* gnu/packages/dns.scm (knot): Update to 3.0.7.
This commit is contained in:
parent
ef3f38ea00
commit
6b8552fd5a
1 changed files with 2 additions and 2 deletions
|
@ -817,7 +817,7 @@ (define-public yadifa
|
|||
(define-public knot
|
||||
(package
|
||||
(name "knot")
|
||||
(version "3.0.6")
|
||||
(version "3.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -826,7 +826,7 @@ (define-public knot
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mjgjx43yb3w688jw16g5m1724wb0wnv4y7di2rslrp0s11wl2a9"))
|
||||
(base32 "0ihd0lfh0r1nzz2di2rqkrx5j1017xv7m54irlhccx21inwv6g3y"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue