ocamlPackages.npy: unstable-2019-04-02 → 0.0.9

This commit is contained in:
Vincent Laporte 2021-03-18 08:20:52 +01:00 committed by Vincent Laporte
parent d49a594a8d
commit a1b2b1225c

View file

@ -2,15 +2,17 @@
buildDunePackage rec { buildDunePackage rec {
pname = "npy"; pname = "npy";
version = "unstable-2019-04-02"; version = "0.0.9";
useDune2 = true;
minimumOCamlVersion = "4.06"; minimumOCamlVersion = "4.06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LaurentMazare"; owner = "LaurentMazare";
repo = "${pname}-ocaml"; repo = "${pname}-ocaml";
rev = "c051086bfea6bee58208098bcf1c2f725a80a1fb"; rev = version;
sha256 = "06mgrnm7xiw2lhqvbdv2zmd65sqfdnjd7j4qmcswanmplm17yhvb"; sha256 = "1fryglkm20h6kdqjl55b7065b34bdg3g3p6j0jv33zvd1m5888m1";
}; };
propagatedBuildInputs = [ camlzip ]; propagatedBuildInputs = [ camlzip ];