diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 20:47:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 22:15:20 +0200 |
commit | 695775b138133db3c5a7a07916f45dc783fe9a11 (patch) | |
tree | 2b7e484845961e75d5fe7cd22e9488f2c19a4901 /gnu | |
parent | 4b41568fa598f101b0a670f5882da88105218270 (diff) | |
download | patches-695775b138133db3c5a7a07916f45dc783fe9a11.tar patches-695775b138133db3c5a7a07916f45dc783fe9a11.tar.gz |
gnu: kakoune: Update to 2018.09.04.
* gnu/packages/text-editors.scm (kakoune): Update to 2018.09.04.
Diffstat (limited to 'gnu')
-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 2536754eb7..d344ebdca0 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -102,7 +102,7 @@ based command language.") (define-public kakoune (package (name "kakoune") - (version "2018.04.13") + (version "2018.09.04") (source (origin (method url-fetch) @@ -111,7 +111,7 @@ based command language.") name "-" version ".tar.bz2")) (sha256 (base32 - "1kkzs5nrjxzd1jq7a4k7qfb5kg05871z0r3d9c0yhz9shf6wz36d")))) + "1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs")))) (build-system gnu-build-system) (arguments `(#:make-flags |