mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: nq: Update to 0.4.
* gnu/packages/admin.scm (nq): Update to 0.4.
This commit is contained in:
parent
634d9845a6
commit
e04c04683b
1 changed files with 2 additions and 2 deletions
|
@ -4502,7 +4502,7 @@ (define-public lrzsz
|
|||
(define-public nq
|
||||
(package
|
||||
(name "nq")
|
||||
(version "0.3.1")
|
||||
(version "0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4511,7 +4511,7 @@ (define-public nq
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1db96ykz35r273jyhf7cdknqk4p2jj9l8gbz7pjy1hq4pb6ffk99"))))
|
||||
(base32 "0sdamjzvmf6cxhjmd1rjvn7zm6k10fp5n6vabyxd3yl30cgrxw2i"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue