mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: moreutils: Update to 0.67.
* gnu/packages/moreutils.scm (moreutils): Update to 0.67.
This commit is contained in:
parent
4b784c6846
commit
479a1f0db5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue