Message ID | 20230916093631.27213-2-timotej.lazar@araneo.si |
---|---|
State | New |
Headers | show |
Series | [bug#66026] gnu: dos2unix: Update to 7.5.1. | expand |
Timotej Lazar <timotej.lazar@araneo.si> writes: > * gnu/packages/textutils.scm (dos2unix): Update to 7.5.1. > --- > gnu/packages/textutils.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks for the patch! I've pushed this to master as 3ef3203ee11df4afe5d1c0682d125daec7671350. Chris
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 65672cb0cc..af2670e150 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -83,14 +83,14 @@ (define-module (gnu packages textutils) (define-public dos2unix (package (name "dos2unix") - (version "7.5.0") + (version "7.5.1") (source (origin (method url-fetch) (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/" "dos2unix-" version ".tar.gz")) (sha256 - (base32 "1bwmxgb6z9pgaq1lqvjnhnijiiyxw293lk70ng164k913v802fvs")))) + (base32 "05gwq7asks48l4iliw9cvbcaqa45yrkd2wb47zbb0ag0na5ph1ys")))) (build-system gnu-build-system) (arguments (list #:make-flags