GNU bug report logs -
#77843
[PATCH] gnu: moreutils: Update to 0.70.
Previous Next
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>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77843 in the body.
You can then email your comments to 77843 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
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 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):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 22 May 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.