mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: knot: Update to 3.1.4.
* gnu/packages/dns.scm (knot): Update to 3.1.4.
This commit is contained in:
parent
e568b14076
commit
551047838d
1 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ (define-public yadifa
|
|||
(define-public knot
|
||||
(package
|
||||
(name "knot")
|
||||
(version "3.1.3")
|
||||
(version "3.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -932,7 +932,7 @@ (define-public knot
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19hm17r6v8p9k3jp3bkj4xzjrb8irfmpgz6mjad5gfhmgr4pmi51"))
|
||||
(base32 "0wx8ad95adryzp527m4k0lja8y39qqd65f5z9immhfpb9cyax6i7"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue