gnu: ocaml-ppx-hash: Name checkout.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Apr 2019 15:45:34 +0000 (17:45 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Apr 2019 19:07:12 +0000 (21:07 +0200)
* gnu/packages/ocaml.scm (ocaml-ppx-hash)[source]: Add FILE-NAME.

gnu/packages/ocaml.scm

index 07b6114..52cad79 100644 (file)
@@ -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"))))