gnu: kakoune: Update to 2019.07.01.
* gnu/packages/text-editors.scm (kakoune): Update to 2019.07.01.
This commit is contained in:
parent
79bc917685
commit
ee70f49b77
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ based command language.")
|
||||||
(define-public kakoune
|
(define-public kakoune
|
||||||
(package
|
(package
|
||||||
(name "kakoune")
|
(name "kakoune")
|
||||||
(version "2019.01.20")
|
(version "2019.07.01")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -122,7 +122,7 @@ based command language.")
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
"kakoune-" version ".tar.bz2"))
|
"kakoune-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15drk7i17qdiqxqkjxhrxfclryj9qzb5ymxd20dwl05y4yi064cr"))))
|
(base32 "1lvgxnih4xfrkcmcc476qi9nz6dxcdbfxsinhykp3g80j14piycc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue