mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dos2unix: Update to 7.4.0.
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.0.
This commit is contained in:
parent
6c0c175271
commit
3b2fa47879
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue