1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: clipper: Add 'file-name' field to source origin.

* gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name.
This commit is contained in:
Mark H Weaver
2015-10-02 10:54:20 -04:00
parent 71a4b2ab21
commit 9ab5ea449e
+1
View File
@@ -675,6 +675,7 @@ multiple sequence alignments.")
(uri (string-append
"https://github.com/YeoLab/clipper/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1q7jpimsqln7ic44i8v2rx2haj5wvik8hc1s2syd31zcn0xk1iyq"))