diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-08-25 09:54:27 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-26 15:30:33 +0900 |
| commit | a78b7c0ef21b3d6267254dc9863cebc0abbb87ce (patch) | |
| tree | 43f434c8b12d27e7e053b8c6065e7efc89f184cf /gnu | |
| parent | 8c59f7640e2e525ad5bfd76c6c1224d5b44cef83 (diff) | |
gnu: knot: Update to 3.5.7.
* gnu/packages/dns.scm (knot): Update to 3.5.7.
Merges: https://codeberg.org/guix/guix/pulls/10797
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 82608f5d778..9ea9e2a103b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm | |||
| @@ -1206,7 +1206,7 @@ Extensions} (DNSSEC).") | |||
| 1206 | (define-public knot | 1206 | (define-public knot |
| 1207 | (package | 1207 | (package |
| 1208 | (name "knot") | 1208 | (name "knot") |
| 1209 | (version "3.5.3") | 1209 | (version "3.5.7") |
| 1210 | (source | 1210 | (source |
| 1211 | (origin | 1211 | (origin |
| 1212 | (method git-fetch) | 1212 | (method git-fetch) |
| @@ -1215,7 +1215,7 @@ Extensions} (DNSSEC).") | |||
| 1215 | (commit (string-append "v" version)))) | 1215 | (commit (string-append "v" version)))) |
| 1216 | (file-name (git-file-name name version)) | 1216 | (file-name (git-file-name name version)) |
| 1217 | (sha256 | 1217 | (sha256 |
| 1218 | (base32 "19nasxzkv805am7skkzs0vnqxjrdc4dqm67crdgqj36jli24zs3s")) | 1218 | (base32 "017iyklhjjrh4b9b9scb831v478iq7cs95xrkgvmya0xpvznsshy")) |
| 1219 | (patches | 1219 | (patches |
| 1220 | (search-patches "knot-remove-runtime-deps.patch")) | 1220 | (search-patches "knot-remove-runtime-deps.patch")) |
| 1221 | (modules '((guix build utils))) | 1221 | (modules '((guix build utils))) |
