This is an automated email from the git hooks/post-receive script.

oom pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b3d08cc50 gnu: moreutils: Update to 0.70.
6b3d08cc50 is described below

commit 6b3d08cc50d42bf4c51d68e578e1ab96c1d76272
Author: Michael Ford <[email protected]>
AuthorDate: Wed Apr 16 17:07:49 2025 +0100

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

Reply via email to