GNU bug report logs - #65038
[PATCH] gnu: ack: Update to 3.7.0.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#65038: closed ([PATCH] gnu: ack: Update to 3.7.0.)
Date: Sun, 13 Aug 2023 07:00:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 Aug 2023 15:00:04 +0800
with message-id <877cpza0ln.fsf <at> envs.net>
and subject line Re: bug#65038: [PATCH] gnu: ack: Update to 3.7.0.
has caused the debbugs.gnu.org bug report #65038,
regarding [PATCH] gnu: ack: Update to 3.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
65038: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65038
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: ack: Update to 3.7.0.
Date: Thu,  3 Aug 2023 14:15:44 +0000
* 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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 65038-done <at> debbugs.gnu.org
Subject: Re: bug#65038: [PATCH] gnu: ack: Update to 3.7.0.
Date: Sun, 13 Aug 2023 15:00:04 +0800
Greg Hogan <code <at> greghogan.com> writes:

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

Pushed to master, thank you!


This bug report was last modified 1 year and 284 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.