unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65038] [PATCH] gnu: ack: Update to 3.7.0.
@ 2023-08-03 14:15 Greg Hogan
  2023-08-13  7:00 ` bug#65038: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-08-03 14:15 UTC (permalink / raw)
  To: 65038; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65038: [PATCH] gnu: ack: Update to 3.7.0.
  2023-08-03 14:15 [bug#65038] [PATCH] gnu: ack: Update to 3.7.0 Greg Hogan
@ 2023-08-13  7:00 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-13  7:00 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 65038-done

Greg Hogan <code@greghogan.com> writes:

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

Pushed to master, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-13  7:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 14:15 [bug#65038] [PATCH] gnu: ack: Update to 3.7.0 Greg Hogan
2023-08-13  7:00 ` bug#65038: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).