all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66026] [PATCH] gnu: dos2unix: Update to 7.5.1.
@ 2023-09-16  9:36 Timotej Lazar
  2023-09-25 10:52 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-09-16  9:36 UTC (permalink / raw)
  To: 66026; +Cc: Timotej Lazar

* gnu/packages/textutils.scm (dos2unix): Update to 7.5.1.
---
 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 65672cb0cc..af2670e150 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -83,14 +83,14 @@ (define-module (gnu packages textutils)
 (define-public dos2unix
   (package
     (name "dos2unix")
-    (version "7.5.0")
+    (version "7.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
                            "dos2unix-" version ".tar.gz"))
        (sha256
-        (base32 "1bwmxgb6z9pgaq1lqvjnhnijiiyxw293lk70ng164k913v802fvs"))))
+        (base32 "05gwq7asks48l4iliw9cvbcaqa45yrkd2wb47zbb0ag0na5ph1ys"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66026] [PATCH] gnu: dos2unix: Update to 7.5.1.
  2023-09-16  9:36 [bug#66026] [PATCH] gnu: dos2unix: Update to 7.5.1 Timotej Lazar
@ 2023-09-25 10:52 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-25 10:52 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 66026-done, 66026

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/textutils.scm (dos2unix): Update to 7.5.1.
> ---
>  gnu/packages/textutils.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch! I've pushed this to master as
3ef3203ee11df4afe5d1c0682d125daec7671350.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-25 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16  9:36 [bug#66026] [PATCH] gnu: dos2unix: Update to 7.5.1 Timotej Lazar
2023-09-25 10:52 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.