guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: utf-8-lineseparator: Update to cj8.


From: guix-commits
Subject: branch master updated: gnu: utf-8-lineseparator: Update to cj8.
Date: Wed, 02 Feb 2022 07:45:20 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f58508327 gnu: utf-8-lineseparator: Update to cj8.
8f58508327 is described below

commit 8f585083277e64ea1e9a0848ef3c49f12327618c
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Feb 1 12:26:42 2022 -0500

    gnu: utf-8-lineseparator: Update to cj8.
    
    * gnu/packages/textutils.scm (utf-8-lineseparator): Update to cj8.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 f10ca300ab..cbc657172d 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1377,7 +1377,7 @@ around it also has a list of style guides implemented 
with Vale in
 (define-public utf-8-lineseparator
   (package
     (name "utf-8-lineseparator")
-    (version "7")
+    (version "8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1386,7 +1386,7 @@ around it also has a list of style guides implemented 
with Vale in
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lqwfrwq28246lja2gawf5jllh4smddswkpd5lscvc2ynylcmmzx"))))
+                "0rw34r0aiab55mqks9sjzjyskfwgn7mfhy65px1lljyrs2xvvzp5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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