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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#77843: [PATCH] gnu: moreutils: Update to 0.70.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77843 <at> debbugs.gnu.org.
--
77843: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77843
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.
[Message part 3 (message/rfc822, inline)]
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
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.