mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ocaml-ppx-hash: Name checkout.
* gnu/packages/ocaml.scm (ocaml-ppx-hash)[source]: Add FILE-NAME.
This commit is contained in:
parent
4a6de00217
commit
3a75925e73
1 changed files with 1 additions and 0 deletions
|
@ -4214,6 +4214,7 @@ (define-public ocaml-ppx-hash
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/janestreet/ppx_hash.git")
|
(url "https://github.com/janestreet/ppx_hash.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p0ic6aijxlrdggpmycj12q3cy9xksbq2vq727215maz4snvlf5p"))))
|
"1p0ic6aijxlrdggpmycj12q3cy9xksbq2vq727215maz4snvlf5p"))))
|
||||||
|
|
Loading…
Reference in a new issue