GNU bug report logs - #63624
[PATCH] gnu: dos2unix: Update to 7.5.0.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sun, 21 May 2023 06:14:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 63624 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [bug#63624] [PATCH] gnu: dos2unix: Update to 7.5.0.
Date: Sun, 21 May 2023 08:13:17 +0200
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.0.
---
 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 d7cb217e17..24fc689a0a 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -79,14 +79,14 @@ (define-module (gnu packages textutils)
 (define-public dos2unix
   (package
     (name "dos2unix")
-    (version "7.4.4")
+    (version "7.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
                            "dos2unix-" version ".tar.gz"))
        (sha256
-        (base32 "0vj3wix17vl7a85hg673qqyrhw9sbq0xiadbbij7v0nm1gdl3a18"))))
+        (base32 "1bwmxgb6z9pgaq1lqvjnhnijiiyxw293lk70ng164k913v802fvs"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

base-commit: 7ddc239fc38c2a0d73c997ecff80d6fdd9a594c7
-- 
2.40.1





This bug report was last modified 2 years and 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.