me
/
guix
Archived
1
0
Fork 0

gnu: ack: Update to 3.7.0.

* gnu/packages/textutils.scm (ack): Update to 3.7.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Greg Hogan 2023-08-03 14:15:44 +00:00 committed by 宋文武
parent a52dc9e5e3
commit 394cca295c
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -1470,7 +1470,7 @@ JSON for post-processing
(define-public ack
(package
(name "ack")
(version "3.5.0")
(version "3.7.0")
(source (origin
(method git-fetch)
(uri
@ -1479,7 +1479,7 @@ JSON for post-processing
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "00131vqjbzcn6w22m0h3j6x9kp59dimfnnqhpmi78vbcj0jws1dv"))))
(base32 "0xrbgjj3nys4158nskd0npqf825xlrqa2x3fqcfz0nnxai2jzbck"))))
(build-system perl-build-system)
(arguments
`(#:phases