GNU bug report logs -
#65038
[PATCH] gnu: ack: Update to 3.7.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Thu, 3 Aug 2023 14:17:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/textutils.scm (ack): Update to 3.7.0.
---
gnu/packages/textutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
This bug report was last modified 1 year and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.