gnu: moreutils: Update to 0.67.

* gnu/packages/moreutils.scm (moreutils): Update to 0.67.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-04 19:56:02 +01:00
parent 4b784c6846
commit 479a1f0db5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,7 +31,7 @@ (define-module (gnu packages moreutils)
(define-public moreutils
(package
(name "moreutils")
(version "0.66")
(version "0.67")
(source
(origin
(method url-fetch)
@ -39,7 +39,7 @@ (define-public moreutils
"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