mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: kakoune: Don't use NAME in source URI.
* gnu/packages/text-editors.scm (kakoune)[source]: Hard-code NAME.
This commit is contained in:
parent
f86d56a7af
commit
a1cb69280c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ (define-public kakoune
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue