guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: moreutils: Update to 0.68.


From: guix-commits
Subject: 03/08: gnu: moreutils: Update to 0.68.
Date: Sat, 9 Dec 2023 05:54:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 109a2485d7a76cfade54fbb408bf3c2e84376c47
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: moreutils: Update to 0.68.
    
    * gnu/packages/moreutils.scm (moreutils): Update to 0.68.
    
    Change-Id: Ie8320c18eaef1b481918894c5baaedc4144b0d19
---
 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 d219c78d4f..cf26d75516 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -33,7 +33,7 @@
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.67")
+    (version "0.68")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -42,7 +42,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3"))))
+                "1rxn01hgm5nypcpnl4s9v5zr4fxzf8vxinzbg0s781qlpk3lpcay"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]