[PATCH] gnu: ack: Update to 3.7.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • ???
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 3 Aug 2023 16:15
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230803141555.2590-1-code@greghogan.com
* gnu/packages/textutils.scm (ack): Update to 3.7.0.
---
gnu/packages/textutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 4e026fc6f9..2eb0f0986f 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1470,7 +1470,7 @@ (define-public go-github-com-aswinkarthik-csvdiff
(define-public ack
(package
(name "ack")
- (version "3.5.0")
+ (version "3.7.0")
(source (origin
(method git-fetch)
(uri
@@ -1479,7 +1479,7 @@ (define-public ack
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00131vqjbzcn6w22m0h3j6x9kp59dimfnnqhpmi78vbcj0jws1dv"))))
+ (base32 "0xrbgjj3nys4158nskd0npqf825xlrqa2x3fqcfz0nnxai2jzbck"))))
(build-system perl-build-system)
(arguments
`(#:phases
--
2.41.0
?
(name . Greg Hogan)(address . code@greghogan.com)(address . 65038-done@debbugs.gnu.org)
877cpza0ln.fsf@envs.net
Greg Hogan <code@greghogan.com> writes:

Toggle quote (2 lines)
> * gnu/packages/textutils.scm (ack): Update to 3.7.0.

Pushed to master, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65038@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65038
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch