Merge pull request #215824 from vbgl/ocaml-cfstream-1.3.2

ocamlPackages.cfstream: 1.3.1 → 1.3.2

authored by

Nick Cao and committed by
GitHub
c0715b93 c7ef732e

+8 -6
+1
pkgs/development/ocaml-modules/biocaml/default.nix
··· 8 version = "0.11.2"; 9 10 minimalOCamlVersion = "4.11"; 11 12 src = fetchFromGitHub { 13 owner = "biocaml";
··· 8 version = "0.11.2"; 9 10 minimalOCamlVersion = "4.11"; 11 + duneVersion = "3"; 12 13 src = fetchFromGitHub { 14 owner = "biocaml";
+6 -6
pkgs/development/ocaml-modules/cfstream/default.nix
··· 1 - { lib, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }: 2 3 buildDunePackage rec { 4 pname = "cfstream"; 5 - version = "1.3.1"; 6 7 - useDune2 = true; 8 9 - minimumOCamlVersion = "4.04.1"; 10 11 src = fetchFromGitHub { 12 owner = "biocaml"; 13 repo = pname; 14 rev = version; 15 - sha256 = "0qnxfp6y294gjsccx7ksvwn9x5q20hi8sg24rjypzsdkmlphgdnd"; 16 }; 17 18 patches = [ ./git_commit.patch ]; ··· 21 22 nativeBuildInputs = [ m4 ]; 23 checkInputs = [ ounit ]; 24 - propagatedBuildInputs = [ core_kernel ]; 25 26 doCheck = true; 27
··· 1 + { lib, buildDunePackage, fetchFromGitHub, m4, camlp-streams, core_kernel, ounit }: 2 3 buildDunePackage rec { 4 pname = "cfstream"; 5 + version = "1.3.2"; 6 7 + duneVersion = "3"; 8 9 + minimalOCamlVersion = "4.04.1"; 10 11 src = fetchFromGitHub { 12 owner = "biocaml"; 13 repo = pname; 14 rev = version; 15 + hash = "sha256-iSg0QsTcU0MT/Cletl+hW6bKyH0jkp7Jixqu8H59UmQ="; 16 }; 17 18 patches = [ ./git_commit.patch ]; ··· 21 22 nativeBuildInputs = [ m4 ]; 23 checkInputs = [ ounit ]; 24 + propagatedBuildInputs = [ camlp-streams core_kernel ]; 25 26 doCheck = true; 27
+1
pkgs/development/ocaml-modules/phylogenetics/default.nix
··· 26 }; 27 28 minimalOCamlVersion = "4.08"; 29 30 nativeCheckInputs = [ bppsuite ]; 31 checkInputs = [ alcotest ];
··· 26 }; 27 28 minimalOCamlVersion = "4.08"; 29 + duneVersion = "3"; 30 31 nativeCheckInputs = [ bppsuite ]; 32 checkInputs = [ alcotest ];