guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: dos2unix: Update to 7.4.2.


From: guix-commits
Subject: 11/14: gnu: dos2unix: Update to 7.4.2.
Date: Tue, 13 Oct 2020 14:08:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e2d33f9e33b817490768fc723761c6a29e34cb9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 18:58:46 2020 +0200

    gnu: dos2unix: Update to 7.4.2.
    
    * gnu/packages/textutils.scm (dos2unix): Update to 7.4.2.
---
 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 6653d01..8db7b62 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -67,14 +67,14 @@
 (define-public dos2unix
   (package
     (name "dos2unix")
-    (version "7.4.1")
+    (version "7.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/";
                            "dos2unix-" version ".tar.gz"))
        (sha256
-        (base32 "08w6yywzirsxq8bh87jycvvw922ybhc2l426j2iqzliyn1h8mm8w"))))
+        (base32 "00dfsf4rfyjb5j12gan8xjiirm0asshdz6dmd3l34a7ays6wadb0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags (list "CC=gcc"



reply via email to

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