mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: nq: Update to 0.5.
* gnu/packages/admin.scm (nq): Update to 0.5.
This commit is contained in:
parent
09e885d848
commit
4051231d20
1 changed files with 2 additions and 2 deletions
|
@ -4868,7 +4868,7 @@ (define-public lrzsz
|
|||
(define-public nq
|
||||
(package
|
||||
(name "nq")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4877,7 +4877,7 @@ (define-public nq
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0sdamjzvmf6cxhjmd1rjvn7zm6k10fp5n6vabyxd3yl30cgrxw2i"))))
|
||||
(base32 "0szbndvwl6ghwjzb165s09977s0r1yq8h0ziknm0h6xndkcjspl3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list perl))
|
||||
|
|
Loading…
Reference in a new issue