gnu: dos2unix: Update to 7.4.0.

* gnu/packages/textutils.scm (dos2unix): Update to 7.4.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-20 01:40:19 +02:00
parent 6c0c175271
commit 3b2fa47879
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -53,14 +53,14 @@
(define-public dos2unix (define-public dos2unix
(package (package
(name "dos2unix") (name "dos2unix")
(version "7.3.4") (version "7.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://waterlan.home.xs4all.nl/" name "/" (uri (string-append "https://waterlan.home.xs4all.nl/" name "/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1i9hbxn0br7xa18z4bjpkdv7mrzmbfxhm44mzpd07yd2qnxsgkcc")))) (base32 "12h4c61g376bhq03y5g2xszkrkrj5hwd928rly3xsp6rvfmnbixs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags (list "CC=gcc" '(#:make-flags (list "CC=gcc"