summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 17:45:34 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 21:07:12 +0200
commit3a75925e739fc95818fc4174969063a3c9f82201 (patch)
tree490fbf289db4dd7e05bab5d01af589b607ba657a /gnu/packages/ocaml.scm
parent4a6de002172d4a12a36bd85a1d94927d0403b425 (diff)
downloadguix-patches-3a75925e739fc95818fc4174969063a3c9f82201.tar
guix-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/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm1
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"))))