ocamlPackages.core_unix: 0.17.0 → 0.17.1

authored by Vincent Laporte and committed by Vincent Laporte 920a79ee 2b7e4557

+2 -7
+2 -7
pkgs/development/ocaml-modules/janestreet/0.17.nix
··· 498 499 core_unix = janePackage { 500 pname = "core_unix"; 501 - hash = "sha256-eqBMiEJ5xUrgFJTMZoEDxqkhedQxxbbf0DedZKHprww="; 502 meta.description = "Unix-specific portions of Core"; 503 buildInputs = [ jst-config ]; 504 propagatedBuildInputs = [ ··· 514 ''; 515 doCheck = false; # command_validate_parsing.exe is not specified in test build deps 516 517 - # Compatibility with OCaml 5.3 518 - patches = lib.optional (lib.versionAtLeast ocaml.version "5.3") (fetchpatch { 519 - url = "https://github.com/janestreet/core_unix/commit/ebce389ac68e098f542e34400e114ac992f415af.patch"; 520 - includes = [ "bigstring_unix/src/bigstring_unix_stubs.c" ]; 521 - hash = "sha256-FGg2zlyp3aZFu1VeFdm7pgSPiW0HAkLYgMGTj+tqju8="; 522 - }); 523 }; 524 525 csvfields = janePackage {
··· 498 499 core_unix = janePackage { 500 pname = "core_unix"; 501 + version = "0.17.1"; 502 + hash = "sha256-xJoBW6TBBnzR5n38E5LHBFYO2CRIsME7OTdEZKn8EqU="; 503 meta.description = "Unix-specific portions of Core"; 504 buildInputs = [ jst-config ]; 505 propagatedBuildInputs = [ ··· 515 ''; 516 doCheck = false; # command_validate_parsing.exe is not specified in test build deps 517 518 }; 519 520 csvfields = janePackage {