me
/
guix
Archived
1
0
Fork 0

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>
jgart 2022-01-26 01:20:11 -05:00 committed by Ludovic Courtès
parent a74d0cc209
commit 8b7bd459dc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -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