ocamlPackages.batteries: 3.7.1 → 3.7.2
This commit is contained in:
parent
471ef7590d
commit
9a32ae4cb4
1 changed files with 4 additions and 2 deletions
|
@ -4,13 +4,15 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "batteries";
|
pname = "batteries";
|
||||||
version = "3.7.1";
|
version = "3.7.2";
|
||||||
|
|
||||||
|
minimalOCamlVersion = "4.05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml-batteries-team";
|
owner = "ocaml-batteries-team";
|
||||||
repo = "batteries-included";
|
repo = "batteries-included";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-0ZCaJA9xowO9QxCWcyJ1zhqG7+GNkMYJt62+VPOFj4Y=";
|
hash = "sha256-POhdb6d4VZyCm9QYgj0m3ejduaBmm+cnd1tshWjgp04=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = [ qtest ];
|
nativeCheckInputs = [ qtest ];
|
||||||
|
|
Loading…
Reference in a new issue