GNU bug report logs - #77843
[PATCH] gnu: moreutils: Update to 0.70.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Wed, 16 Apr 2025 16:09:03 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

To reply to this bug, email your comments to 77843 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77843; Package guix-patches. (Wed, 16 Apr 2025 16:09:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Ford <fanquake <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 16 Apr 2025 16:09:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: moreutils: Update to 0.70.
Date: Wed, 16 Apr 2025 17:07:49 +0100
From 0379f6d9e408f6b19180287b2a4855e30ad04177 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 16 Apr 2025 17:06:40 +0100
Subject: [PATCH] gnu: moreutils: Update to 0.70.

* gnu/packages/moreutils.scm (moreutils): Update to 0.70.
---
 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 286a80312db..cbc7e56d8f7 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -34,7 +34,7 @@ (define-module (gnu packages moreutils)
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.69")
+    (version "0.70")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -43,7 +43,7 @@ (define-public moreutils
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1l859qnzccslvxlh5ghn863bkq2vgmqgnik6jr21b9kc6ljmsy8g"))))
+                "0ch14psmkawg97f91ri24xs4hklr2r4yj1qms347qmms23a4dgzj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases
-- 
2.49.0




Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Wed, 23 Apr 2025 16:32:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Wed, 23 Apr 2025 16:32:03 GMT) Full text and rfc822 format available.

Message #10 received at 77843-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 77843-done <at> debbugs.gnu.org
Subject: Re: [bug#77843] [PATCH] gnu: moreutils: Update to 0.70.
Date: Wed, 23 Apr 2025 12:31:28 -0400
On Wed, Apr 16, 2025 at 12:09 PM Michael Ford <fanquake <at> gmail.com> wrote:
>
> From 0379f6d9e408f6b19180287b2a4855e30ad04177 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Wed, 16 Apr 2025 17:06:40 +0100
> Subject: [PATCH] gnu: moreutils: Update to 0.70.
>
> * gnu/packages/moreutils.scm (moreutils): Update to 0.70.
> ---
>  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 286a80312db..cbc7e56d8f7 100644
> --- a/gnu/packages/moreutils.scm
> +++ b/gnu/packages/moreutils.scm
> @@ -34,7 +34,7 @@ (define-module (gnu packages moreutils)
>  (define-public moreutils
>    (package
>      (name "moreutils")
> -    (version "0.69")
> +    (version "0.70")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -43,7 +43,7 @@ (define-public moreutils
>                (file-name (string-append name "-" version ".tar.gz"))
>                (sha256
>                 (base32
> -                "1l859qnzccslvxlh5ghn863bkq2vgmqgnik6jr21b9kc6ljmsy8g"))))
> +                "0ch14psmkawg97f91ri24xs4hklr2r4yj1qms347qmms23a4dgzj"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list #:phases
> --
> 2.49.0

Thanks! Pushed as 6b3d08cc50d42bf4c51d68e578e1ab96c1d76272.




This bug report was last modified today.

Previous Next


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