[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/24: gnu: kakoune: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
02/24: gnu: kakoune: Don't use NAME in source URI. |
Date: |
Wed, 20 Mar 2019 23:07:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a1cb69280c7a786d505279f7a3632cae31d0f417
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Mar 21 00:26:05 2019 +0100
gnu: kakoune: Don't use NAME in source URI.
* gnu/packages/text-editors.scm (kakoune)[source]: Hard-code NAME.
---
gnu/packages/text-editors.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index b96f823..15a1b11 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -111,7 +111,7 @@ based command language.")
(method url-fetch)
(uri (string-append "https://github.com/mawww/kakoune/"
"releases/download/v" version "/"
- name "-" version ".tar.bz2"))
+ "kakoune-" version ".tar.bz2"))
(sha256
(base32
"1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs"))))
- 10/24: gnu: libmatroska: Update to 1.5.0., (continued)
- 10/24: gnu: libmatroska: Update to 1.5.0., guix-commits, 2019/03/20
- 11/24: gnu: ruby-activemodel: Update to 5.2.2.1., guix-commits, 2019/03/20
- 08/24: gnu: python-python-gast: Update to 0.2.2., guix-commits, 2019/03/20
- 09/24: gnu: libmatroska: Don't use NAME in source URI., guix-commits, 2019/03/20
- 07/24: gnu: python-latexcodec: Update to 1.0.6., guix-commits, 2019/03/20
- 05/24: gnu: plantuml: Update to 1.2019.3., guix-commits, 2019/03/20
- 04/24: gnu: ghostwriter: Update to 1.7.4., guix-commits, 2019/03/20
- 03/24: gnu: kakoune: Update to 2019.01.20., guix-commits, 2019/03/20
- 06/24: gnu: python-pyro4: Update to 4.75., guix-commits, 2019/03/20
- 01/24: gnu: terraform-docs: Update to 0.6.0., guix-commits, 2019/03/20
- 02/24: gnu: kakoune: Don't use NAME in source URI.,
guix-commits <=