gnu: texlive-luatex-lualibs: Include version in source file-name.
* gnu/packages/tex.scm (texlive-luatex-lualibs)[source]: Include version in the source file-name.master
parent
634a4a7f14
commit
01d79c306a
|
@ -1477,6 +1477,7 @@ the l3kernel and xparse bundles from the LaTeX 3 development team.")
|
||||||
(uri (string-append "https://github.com/lualatex/lualibs/"
|
(uri (string-append "https://github.com/lualatex/lualibs/"
|
||||||
"releases/download/v"
|
"releases/download/v"
|
||||||
version "/lualibs.zip"))
|
version "/lualibs.zip"))
|
||||||
|
(file-name (string-append name "-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xx9blvrmx9hyhrl345lpai9m6xxnw997261a1ahn1bm5r2j5fqy"))))
|
"1xx9blvrmx9hyhrl345lpai9m6xxnw997261a1ahn1bm5r2j5fqy"))))
|
||||||
|
|
Reference in New Issue