[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"
- 05/14: gnu: ncmpc: Update to 0.40., (continued)
- 05/14: gnu: ncmpc: Update to 0.40., guix-commits, 2020/10/13
- 01/14: gnu: gtkwave: Update to 3.3.107., guix-commits, 2020/10/13
- 06/14: gnu: kdenlive: Update to 20.08.2., guix-commits, 2020/10/13
- 07/14: gnu: alpine: Update to 2.24., guix-commits, 2020/10/13
- 09/14: gnu: xonsh: Update to 0.9.23., guix-commits, 2020/10/13
- 13/14: gnu: libmediainfo: Update to 20.09., guix-commits, 2020/10/13
- 14/14: gnu: mediainfo: Update to 20.09., guix-commits, 2020/10/13
- 08/14: gnu: stunnel: Update to 5.57 [security fixes]., guix-commits, 2020/10/13
- 10/14: gnu: vim: Update to 8.2.1840., guix-commits, 2020/10/13
- 12/14: gnu: dos2unix: Cross-compile., guix-commits, 2020/10/13
- 11/14: gnu: dos2unix: Update to 7.4.2.,
guix-commits <=