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.
This commit is contained in:
Efraim Flashner 2018-03-14 20:35:34 +02:00
parent 634a4a7f14
commit 01d79c306a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1477,6 +1477,7 @@ (define-public texlive-luatex-lualibs
(uri (string-append "https://github.com/lualatex/lualibs/"
"releases/download/v"
version "/lualibs.zip"))
(file-name (string-append name "-" version ".zip"))
(sha256
(base32
"1xx9blvrmx9hyhrl345lpai9m6xxnw997261a1ahn1bm5r2j5fqy"))))