sharlatan pushed a commit to branch master
in repository guix.
commit 70b7c1cabd9a4369055131f6e04bfdfeeaf5bd81
Author: Timotej Lazar <[email protected]>
AuthorDate: Sun Jan 28 10:44:31 2024 +0100
gnu: dos2unix: Update to 7.5.2.
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.2.
Change-Id: I8b27da05c0780fe942fe19f00766cd2772c66bc0
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/textutils.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 96bc2e56cc..d59a69bbd5 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -28,6 +28,7 @@
;;; Copyright © 2023 Reza Housseini <[email protected]>
;;; Copyright © 2023 Hilton Chain <[email protected]>
;;; Copyright © 2023 Zheng Junjie <[email protected]>
+;;; Copyright © 2024 Timotej Lazar <[email protected]>;;
;;;
;;; This file is part of GNU Guix.
;;;
@@ -86,14 +87,14 @@
(define-public dos2unix
(package
(name "dos2unix")
- (version "7.5.1")
+ (version "7.5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
"dos2unix-" version ".tar.gz"))
(sha256
- (base32 "05gwq7asks48l4iliw9cvbcaqa45yrkd2wb47zbb0ag0na5ph1ys"))))
+ (base32 "0fmzqhwq5y14gv5p4kin5flv6g1hvbv0mhlniys2wi08cr244ir6"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags