mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ocaml-migrate-parsetree: Name checkout.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[source]: Add FILE-NAME.
This commit is contained in:
parent
b7a4cb5206
commit
8d2d68a5fb
1 changed files with 1 additions and 0 deletions
|
@ -1356,6 +1356,7 @@ (define-public ocaml-migrate-parsetree
|
|||
(uri (git-reference
|
||||
(url (string-append home-page ".git"))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"16kas19iwm4afijv3yxd250s08absabmdcb4yj57wc8r4fmzv5dm"))))
|
||||
|
|
Loading…
Reference in a new issue