GNU bug report logs - #55974
[PATCH] gnu: dos2unix: Update to 7.4.3.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 14 Jun 2022 15:17:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#55974: closed (Re: [bug#55974] [PATCH] gnu: dos2unix: Update
 to 7.4.3.)
Date: Tue, 14 Jun 2022 20:54:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55974 <at> debbugs.gnu.org.

-- 
55974: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55974
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: guix-patches <at> gnu.org, 55974-done <at> debbugs.gnu.org
Subject: Re: [bug#55974] [PATCH] gnu: dos2unix: Update to 7.4.3.
Date: Tue, 14 Jun 2022 22:52:46 +0200
[Message part 3 (text/plain, inline)]
Greg Hogan 写道:
> * gnu/packages/textutils.scm (dos2unix): Update to 7.4.3.

Pushed as 8e974912775615f6dd233e60d53d7ee60047fd7e.

Thanks again,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [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




This bug report was last modified 3 years and 33 days ago.

Previous Next


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