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>
This commit is contained in:
parent
a74d0cc209
commit
8b7bd459dc
1 changed files with 3 additions and 3 deletions
|
@ -1377,16 +1377,16 @@ around it also has a list of style guides implemented with Vale in
|
||||||
(define-public utf-8-lineseparator
|
(define-public utf-8-lineseparator
|
||||||
(package
|
(package
|
||||||
(name "utf-8-lineseparator")
|
(name "utf-8-lineseparator")
|
||||||
(version "cj3")
|
(version "7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/pflanze/utf-8-lineseparator")
|
(url "https://github.com/pflanze/utf-8-lineseparator")
|
||||||
(commit version)))
|
(commit (string-append "cj" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xnbcanqn5jr965gw9195ij6hz04clfm77m5776dysn9nykn20w1"))))
|
"0lqwfrwq28246lja2gawf5jllh4smddswkpd5lscvc2ynylcmmzx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue