guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: gnu: kakoune: Update to 2019.07.01.


From: guix-commits
Subject: 03/14: gnu: kakoune: Update to 2019.07.01.
Date: Tue, 15 Oct 2019 23:41:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ee70f49b77011a89a64a4b4e380f90fb67b0002b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 15 18:47:37 2019 +0200

    gnu: kakoune: Update to 2019.07.01.
    
    * gnu/packages/text-editors.scm (kakoune): Update to 2019.07.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 e5dee2f..e83bcad 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.01.20")
+    (version "2019.07.01")
     (source
      (origin
        (method url-fetch)
@@ -122,7 +122,7 @@ based command language.")
                            "releases/download/v" version "/"
                            "kakoune-" version ".tar.bz2"))
        (sha256
-        (base32 "15drk7i17qdiqxqkjxhrxfclryj9qzb5ymxd20dwl05y4yi064cr"))))
+        (base32 "1lvgxnih4xfrkcmcc476qi9nz6dxcdbfxsinhykp3g80j14piycc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]