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
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 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.