guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55974] [PATCH] gnu: dos2unix: Update to 7.4.3.


From: Greg Hogan
Subject: [bug#55974] [PATCH] gnu: dos2unix: Update to 7.4.3.
Date: Tue, 14 Jun 2022 15:16:16 +0000

* gnu/packages/textutils.scm (dos2unix): Update to 7.4.3.
---
Successfully built all 3 dependencies of the dos2unix package.

 gnu/packages/textutils.scm | 4 ++--
 1 file 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-module (gnu packages textutils)
 (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
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]