guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: moreutils: Update to 0.67.


From: guix-commits
Subject: 06/12: gnu: moreutils: Update to 0.67.
Date: Tue, 4 Jan 2022 23:46:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 479a1f0db5926b552ba1114e135e3e1b7bcaa458
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 4 19:56:02 2022 +0100

    gnu: moreutils: Update to 0.67.
    
    * gnu/packages/moreutils.scm (moreutils): Update to 0.67.
---
 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 8738418a21..f41dd3180c 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -31,7 +31,7 @@
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.66")
+    (version "0.67")
     (source
      (origin
        (method url-fetch)
@@ -39,7 +39,7 @@
              "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/";
              name "-" version ".tar.gz"))
        (sha256
-        (base32 "0k91dvqy3jb070bkmhkdxhi05fr7hqlwpv1nrx329wmgi80rw1yw"))))
+        (base32 "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3"))))
     (build-system gnu-build-system)
     ;; For building the manual pages.
     (native-inputs



reply via email to

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