diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 17:45:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 21:07:12 +0200 |
commit | 3a75925e739fc95818fc4174969063a3c9f82201 (patch) | |
tree | 490fbf289db4dd7e05bab5d01af589b607ba657a /gnu | |
parent | 4a6de002172d4a12a36bd85a1d94927d0403b425 (diff) | |
download | patches-3a75925e739fc95818fc4174969063a3c9f82201.tar patches-3a75925e739fc95818fc4174969063a3c9f82201.tar.gz |
gnu: ocaml-ppx-hash: Name checkout.
* gnu/packages/ocaml.scm (ocaml-ppx-hash)[source]: Add FILE-NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 07b6114401..52cad79e67 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4214,6 +4214,7 @@ storage of large amounts of data.") (uri (git-reference (url "https://github.com/janestreet/ppx_hash.git") (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "1p0ic6aijxlrdggpmycj12q3cy9xksbq2vq727215maz4snvlf5p")))) |