aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-24 04:02:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-24 04:06:44 +0100
commitbe0a613c10f6c632b58cf19d37a8c1a5987de354 (patch)
tree287544ca63713592df23e74cd7623173a797bbb1
parent492bfa5708d5a18718b7a893311dc5bc23c7dd4c (diff)
downloadguix-be0a613c10f6c632b58cf19d37a8c1a5987de354.tar
guix-be0a613c10f6c632b58cf19d37a8c1a5987de354.tar.gz
gnu: kakoune: Update to 2019.12.10.
* gnu/packages/text-editors.scm (kakoune): Update to 2019.12.10.
-rw-r--r--gnu/packages/text-editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0ee64f3040..ac4c5b82ac 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -114,7 +114,7 @@ based command language.")
(define-public kakoune
(package
(name "kakoune")
- (version "2019.07.01")
+ (version "2019.12.10")
(source
(origin
(method url-fetch)
@@ -122,7 +122,7 @@ based command language.")
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
- (base32 "1lvgxnih4xfrkcmcc476qi9nz6dxcdbfxsinhykp3g80j14piycc"))))
+ (base32 "1y1gzax2dl7flh676k0rl1vacv10j7p5krkmb67b0afbrql8vbb6"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags