gnu: kakoune: Don't use NAME in source URI.
* gnu/packages/text-editors.scm (kakoune)[source]: Hard-code NAME.master
parent
f86d56a7af
commit
a1cb69280c
|
@ -111,7 +111,7 @@ based command language.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/mawww/kakoune/"
|
(uri (string-append "https://github.com/mawww/kakoune/"
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
name "-" version ".tar.bz2"))
|
"kakoune-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs"))))
|
"1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs"))))
|
||||||
|
|
Reference in New Issue