me
/
guix
Archived
1
0
Fork 0

gnu: moreutils: Update to 0.69.

* gnu/packages/moreutils.scm (moreutils): Update to 0.69.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
fanquake 2024-04-18 16:19:36 +01:00 committed by Christopher Baines
parent dce5845a66
commit 27625a7f90
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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