Archived
1
0
Fork 0

gnu: dos2unix: Update to 7.5.1.

* gnu/packages/textutils.scm (dos2unix): Update to 7.5.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Timotej Lazar 2023-09-16 11:36:28 +02:00 committed by Christopher Baines
parent d953a1e5d6
commit 3ef3203ee1
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -83,14 +83,14 @@
(define-public dos2unix (define-public dos2unix
(package (package
(name "dos2unix") (name "dos2unix")
(version "7.5.0") (version "7.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/" (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
"dos2unix-" version ".tar.gz")) "dos2unix-" version ".tar.gz"))
(sha256 (sha256
(base32 "1bwmxgb6z9pgaq1lqvjnhnijiiyxw293lk70ng164k913v802fvs")))) (base32 "05gwq7asks48l4iliw9cvbcaqa45yrkd2wb47zbb0ag0na5ph1ys"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:make-flags (list #:make-flags