1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

gnu: kakoune: Update to 2020.09.01.

* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
This commit is contained in:
Tobias Geerinckx-Rice
2020-09-01 18:31:24 +02:00
parent 2c6b6d7991
commit ce04a92f78

View File

@@ -155,7 +155,7 @@ based command language.")
(define-public kakoune
(package
(name "kakoune")
(version "2020.08.04")
(version "2020.09.01")
(source
(origin
(method url-fetch)
@@ -163,7 +163,7 @@ based command language.")
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
(base32 "08gikjxyvcr415br1g1llzh5pnq737q55yinalb92cgq3yn9yih2"))))
(base32 "0x81rxy7bqnhd9374g5ypy4w4nxmm0vnqw6b52bf62jxdg2qj6l6"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags