diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 18:31:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 18:36:59 +0200 |
commit | ce04a92f787377ee682286efdabcac7ca89fe5c6 (patch) | |
tree | 73d3da203a7eee0e3e9d08493e1561f3c8ff17a2 /gnu/packages | |
parent | 2c6b6d7991e978369f577d3021a46c3b973fb850 (diff) |
gnu: kakoune: Update to 2020.09.01.
* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 86aec18697..cbf7693ddb 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -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 |