gnu: ocaml-migrate-parsetree: Name checkout.

* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[source]: Add FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-30 18:31:39 +02:00
parent b7a4cb5206
commit 8d2d68a5fb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -1356,6 +1356,7 @@ following a very simple s-expression syntax.")
(uri (git-reference
(url (string-append home-page ".git"))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"16kas19iwm4afijv3yxd250s08absabmdcb4yj57wc8r4fmzv5dm"))))