gnu: ocaml-qtest: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-qtest)[source]: Declare a source file-name.
This commit is contained in:
parent
9a7b578463
commit
79234c0a69
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue