me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-qtest: Declare a source file-name.

* gnu/packages/ocaml.scm (ocaml-qtest)[source]: Declare a source
file-name.
master
Efraim Flashner 2018-03-13 21:12:18 +02:00
parent 9a7b578463
commit 79234c0a69
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1128,6 +1128,7 @@ instances and printing them.")
(method url-fetch)
(uri (string-append "https://github.com/vincent-hugot/iTeML/"
"archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1hw3jqir7w79payy4knc38fa3nxcvl7ap6y6hnqavrhpi8zqb59j"))))