gnu: clipper: Add 'file-name' field to source origin.
* gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name.
This commit is contained in:
parent
71a4b2ab21
commit
9ab5ea449e
1 changed files with 1 additions and 0 deletions
|
@ -675,6 +675,7 @@ multiple sequence alignments.")
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/YeoLab/clipper/archive/"
|
"https://github.com/YeoLab/clipper/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q7jpimsqln7ic44i8v2rx2haj5wvik8hc1s2syd31zcn0xk1iyq"))
|
"1q7jpimsqln7ic44i8v2rx2haj5wvik8hc1s2syd31zcn0xk1iyq"))
|
||||||
|
|
Reference in a new issue