summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 18:31:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 18:36:59 +0200
commitce04a92f787377ee682286efdabcac7ca89fe5c6 (patch)
tree73d3da203a7eee0e3e9d08493e1561f3c8ff17a2 /gnu/packages/text-editors.scm
parent2c6b6d7991e978369f577d3021a46c3b973fb850 (diff)
downloadguix-patches-ce04a92f787377ee682286efdabcac7ca89fe5c6.tar
guix-patches-ce04a92f787377ee682286efdabcac7ca89fe5c6.tar.gz
gnu: kakoune: Update to 2020.09.01.
* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-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 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