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>
parent
a74d0cc209
commit
8b7bd459dc
|
@ -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
|
||||
|
|
Reference in New Issue