guix-patches
[Top][All Lists]
Advanced

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

[bug#53494] [PATCH v2] gnu: utf-8-lineseparator: Update to cj7.


From: jgart
Subject: [bug#53494] [PATCH v2] gnu: utf-8-lineseparator: Update to cj7.
Date: Wed, 26 Jan 2022 01:20:11 -0500

* gnu/packages/textutils.scm (utf-8-lineseparator): Update to cj7.
---

Hi Ludo,

Thank you for explaining this (much appreciated) and sorry for the
confusion. Attached is version 2 of the patch.

all best,

jgart

 gnu/packages/textutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 12e3d3b3c8..f10ca300ab 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1377,16 +1377,16 @@ (define-public go-github-com-errata-ai-vale
 (define-public utf-8-lineseparator
   (package
     (name "utf-8-lineseparator")
-    (version "cj3")
+    (version "7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/pflanze/utf-8-lineseparator";)
-                    (commit version)))
+                    (commit (string-append "cj" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xnbcanqn5jr965gw9195ij6hz04clfm77m5776dysn9nykn20w1"))))
+                "0lqwfrwq28246lja2gawf5jllh4smddswkpd5lscvc2ynylcmmzx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.34.1






reply via email to

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