gnu: knot: Update to 3.1.8.

* gnu/packages/dns.scm (knot): Update to 3.1.8.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-15 02:00:01 +02:00
parent 14384d9586
commit 40e2eeed63
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -871,7 +871,7 @@ (define-public yadifa
(define-public knot (define-public knot
(package (package
(name "knot") (name "knot")
(version "3.1.6") (version "3.1.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -880,7 +880,7 @@ (define-public knot
(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 "0rwcp55fvmm0vhad1368knfn0ri642sigh8nykvvikdlx06d21cj")) (base32 "0v3rh27qnyihdqp5nm8bnn9xd5rl2fbwhj4cmdpc8ik4qs21xyf4"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin