guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: utf-8-lineseparator: Update to 7.


From: guix-commits
Subject: 02/06: gnu: utf-8-lineseparator: Update to 7.
Date: Wed, 26 Jan 2022 11:56:04 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8b7bd459dc7f86cf2a9569c35efb4a5d845d63ed
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Jan 26 01:20:11 2022 -0500

    gnu: utf-8-lineseparator: Update to 7.
    
    * gnu/packages/textutils.scm (utf-8-lineseparator): Update to 7.  Adjust
    'commit' field accordingly.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ around it also has a list of style guides implemented 
with Vale in
 (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



reply via email to

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