This is an automated email from the git hooks/post-receive script.
avp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6a2a78fde1 gnu: nq: Update to 1.0.
6a2a78fde1 is described below
commit 6a2a78fde19683f07c8b10f492cda67447bc99eb
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Apr 3 21:30:31 2025 +0300
gnu: nq: Update to 1.0.
* gnu/packages/admin.scm (nq): Update to 1.0.
Change-Id: I4ee25cc1d64bef80a4574d9947fab2bbda9e7512
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 584298f31b..83f1082543 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5784,7 +5784,7 @@ the XMODEM/YMODEM/ZMODEM file transfer protocols.")
(define-public nq
(package
(name "nq")
- (version "0.5")
+ (version "1.0")
(source
(origin
(method git-fetch)
@@ -5793,7 +5793,7 @@ the XMODEM/YMODEM/ZMODEM file transfer protocols.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0szbndvwl6ghwjzb165s09977s0r1yq8h0ziknm0h6xndkcjspl3"))))
+ (base32 "0pl84vrjg7l0gyjar7v0qn4v63n30b93nbldxawbmqls9m443mc1"))))
(build-system gnu-build-system)
(native-inputs
(list perl))