Archived
1
0
Fork 0

gnu: knot: Update to 3.3.4.

* gnu/packages/dns.scm (knot): Update to 3.3.4.

Change-Id: I5ea3bdd8060da8c32c404473197e02bcb3018d7b
This commit is contained in:
John Kehayias 2024-02-28 15:02:13 -05:00
parent cd879a2894
commit 8bf3023a67
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -845,7 +845,7 @@ Extensions} (DNSSEC).")
(define-public knot (define-public knot
(package (package
(name "knot") (name "knot")
(version "3.3.2") (version "3.3.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -854,7 +854,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 "17zdpk6wf0cf90dp4cls35si8ywjsqjrmgssw2gmb1y0zfyp19vq")) (base32 "0w7drq0pj94d43qn9wmzxab34mjhxj9x84rixbswc270ywh6d9pr"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin