gnu: ocaml-opam-file-format: Name checkout.

* gnu/packages/ocaml.scm (ocaml-opam-file-format)[source]: Add FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-30 18:29:55 +02:00
parent ad09f3b024
commit b7a4cb5206
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -406,6 +406,7 @@ (define-public ocaml-opam-file-format
(uri (git-reference
(url "https://github.com/ocaml/opam-file-format")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0fqb99asnair0043hhc8r158d6krv5nzvymd0xwycr5y72yrp0hv"))))