summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-08 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-08 02:00:00 +0200
commit4051231d208ddd681a741893768efd912ffb0496 (patch)
tree493e52005796fa32f7035cee7aa906153a05aaac
parent09e885d848f7c86e62881c749843582ccfb6c9a3 (diff)
downloadguix-patches-4051231d208ddd681a741893768efd912ffb0496.tar
guix-patches-4051231d208ddd681a741893768efd912ffb0496.tar.gz
gnu: nq: Update to 0.5.
* gnu/packages/admin.scm (nq): Update to 0.5.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ff2ff2fc2d..52f832bdf0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4868,7 +4868,7 @@ the XMODEM/YMODEM/ZMODEM file transfer protocols.")
(define-public nq
(package
(name "nq")
- (version "0.4")
+ (version "0.5")
(source
(origin
(method git-fetch)
@@ -4877,7 +4877,7 @@ the XMODEM/YMODEM/ZMODEM file transfer protocols.")
(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))