summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2022-06-14 15:16:16 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-12 02:00:00 +0200
commit8e974912775615f6dd233e60d53d7ee60047fd7e (patch)
treed13523dc99923d8cfa74d0ecfb8d3af16d804c32
parent142d136abd21b22ac1f54de7f782042b95ddfd7d (diff)
downloadguix-patches-8e974912775615f6dd233e60d53d7ee60047fd7e.tar
guix-patches-8e974912775615f6dd233e60d53d7ee60047fd7e.tar.gz
gnu: dos2unix: Update to 7.4.3.
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r--gnu/packages/textutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index cbc657172d..fb4f52025c 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -76,14 +76,14 @@
(define-public dos2unix
(package
(name "dos2unix")
- (version "7.4.2")
+ (version "7.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
"dos2unix-" version ".tar.gz"))
(sha256
- (base32 "00dfsf4rfyjb5j12gan8xjiirm0asshdz6dmd3l34a7ays6wadb0"))))
+ (base32 "0wnacvz99rnlx0ayf5jrxwljvh801r8k1ai3hj137yfsaqcv93dn"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags