[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: kakoune: Update to 2020.09.01.
From: |
guix-commits |
Subject: |
06/06: gnu: kakoune: Update to 2020.09.01. |
Date: |
Tue, 1 Sep 2020 12:52:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ce04a92f787377ee682286efdabcac7ca89fe5c6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 1 18:31:24 2020 +0200
gnu: kakoune: Update to 2020.09.01.
* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 86aec18..cbf7693 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
- branch master updated (f5ca844 -> ce04a92), guix-commits, 2020/09/01
- 01/06: gnu: Add opensmtpd-filter-dkimsign., guix-commits, 2020/09/01
- 06/06: gnu: kakoune: Update to 2020.09.01.,
guix-commits <=
- 04/06: gnu: libopenmpt: Remove duplicate LICENSE file., guix-commits, 2020/09/01
- 05/06: gnu: libopenmpt: Remove 5.1-MiB static library., guix-commits, 2020/09/01
- 03/06: gnu: libopenmpt: Update to 0.5.2., guix-commits, 2020/09/01
- 02/06: gnu: Add dovecot-pigeonhole., guix-commits, 2020/09/01