guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: moreutils: Update to 0.69.


From: guix-commits
Subject: 02/15: gnu: moreutils: Update to 0.69.
Date: Fri, 26 Apr 2024 11:59:58 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 27625a7f902744a56a669ed0c83f471129c1884b
Author: fanquake <fanquake@gmail.com>
AuthorDate: Thu Apr 18 16:19:36 2024 +0100

    gnu: moreutils: Update to 0.69.
    
    * gnu/packages/moreutils.scm (moreutils): Update to 0.69.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 cf26d75516..b1162d1078 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -33,7 +33,7 @@
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.68")
+    (version "0.69")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -42,7 +42,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1rxn01hgm5nypcpnl4s9v5zr4fxzf8vxinzbg0s781qlpk3lpcay"))))
+                "1l859qnzccslvxlh5ghn863bkq2vgmqgnik6jr21b9kc6ljmsy8g"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases



reply via email to

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