all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70458] [PATCH] gnu: moreutils: Update to 0.69
@ 2024-04-18 15:20 Michael Ford
  2024-04-26 16:25 ` bug#70458: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-04-18 15:20 UTC (permalink / raw)
  To: 70458

From d3a024ebaa61fdf8a30d409b8ce6e25cd73c68e5 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 18 Apr 2024 16:19:36 +0100
Subject: [PATCH] gnu: moreutils: Update to 0.69.

* gnu/packages/moreutils.scm (moreutils): Update to 0.69.
---
 gnu/packages/moreutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index cf26d75516..b1162d1078 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -33,7 +33,7 @@ (define-module (gnu packages moreutils)
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.68")
+    (version "0.69")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -42,7 +42,7 @@ (define-public moreutils
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1rxn01hgm5nypcpnl4s9v5zr4fxzf8vxinzbg0s781qlpk3lpcay"))))
+                "1l859qnzccslvxlh5ghn863bkq2vgmqgnik6jr21b9kc6ljmsy8g"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases
-- 
2.44.0




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

* bug#70458: [PATCH] gnu: moreutils: Update to 0.69
  2024-04-18 15:20 [bug#70458] [PATCH] gnu: moreutils: Update to 0.69 Michael Ford
@ 2024-04-26 16:25 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-26 16:25 UTC (permalink / raw)
  To: Michael Ford; +Cc: 70458-done

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

Michael Ford <fanquake@gmail.com> writes:

> From d3a024ebaa61fdf8a30d409b8ce6e25cd73c68e5 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 18 Apr 2024 16:19:36 +0100
> Subject: [PATCH] gnu: moreutils: Update to 0.69.
>
> * gnu/packages/moreutils.scm (moreutils): Update to 0.69.
> ---
>  gnu/packages/moreutils.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
27625a7f902744a56a669ed0c83f471129c1884b.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2024-04-26 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 15:20 [bug#70458] [PATCH] gnu: moreutils: Update to 0.69 Michael Ford
2024-04-26 16:25 ` bug#70458: " Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.