summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-21 00:26:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-21 04:06:58 +0100
commit98e7307dd3c47a836383880d30a6d8c8ae1b84ee (patch)
tree98ce1b0406714b42dc29f2ab76d1e8234d4617bd /gnu/packages/text-editors.scm
parenta1cb69280c7a786d505279f7a3632cae31d0f417 (diff)
downloadguix-patches-98e7307dd3c47a836383880d30a6d8c8ae1b84ee.tar
guix-patches-98e7307dd3c47a836383880d30a6d8c8ae1b84ee.tar.gz
gnu: kakoune: Update to 2019.01.20.
* gnu/packages/text-editors.scm (kakoune): Update to 2019.01.20.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 15a1b117af..473c259f20 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2017 Feng Shu <tumashu@163.com>
;;; Copyright © 2017 ng0 <ng0@n0.is>
;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.org>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
@@ -105,7 +105,7 @@ based command language.")
(define-public kakoune
(package
(name "kakoune")
- (version "2018.09.04")
+ (version "2019.01.20")
(source
(origin
(method url-fetch)
@@ -113,8 +113,7 @@ based command language.")
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
- (base32
- "1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs"))))
+ (base32 "15drk7i17qdiqxqkjxhrxfclryj9qzb5ymxd20dwl05y4yi064cr"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags