Browse Source
gnu: knot: Update to 2.5.3.
* gnu/packages/dns.scm (knot): Update to 2.5.3.
python-updates
Tobias Geerinckx-Rice
5 years ago
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with
2 additions and
2 deletions
-
gnu/packages/dns.scm
|
|
@ -486,14 +486,14 @@ Extensions} (DNSSEC).") |
|
|
|
(define-public knot |
|
|
|
(package |
|
|
|
(name "knot") |
|
|
|
(version "2.5.2") |
|
|
|
(version "2.5.3") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "https://secure.nic.cz/files/knot-dns/" |
|
|
|
name "-" version ".tar.xz")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1sgmw8k9qccc7bgxbwrvahdinj1bjq90iza55rxj199mxsj72ri8")) |
|
|
|
"13lxxnnw0v7s0q648grz87bwlfwjh5sfbj1qax7jdklalqqy52np")) |
|
|
|
(modules '((guix build utils))) |
|
|
|
(snippet |
|
|
|
'(begin |
|
|
|