From 920a79ee9b49febd7a8b7251e210aeee9c06b644 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 23 Apr 2025 04:22:53 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.core=5Funix:=200.17.0=20=E2=86=92?= =?UTF-8?q?=200.17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/janestreet/0.17.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/ocaml-modules/janestreet/0.17.nix b/pkgs/development/ocaml-modules/janestreet/0.17.nix index a07cc6f6d209..75eb0c6ccf68 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.17.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.17.nix @@ -498,7 +498,8 @@ with self; core_unix = janePackage { pname = "core_unix"; - hash = "sha256-eqBMiEJ5xUrgFJTMZoEDxqkhedQxxbbf0DedZKHprww="; + version = "0.17.1"; + hash = "sha256-xJoBW6TBBnzR5n38E5LHBFYO2CRIsME7OTdEZKn8EqU="; meta.description = "Unix-specific portions of Core"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ @@ -514,12 +515,6 @@ with self; ''; doCheck = false; # command_validate_parsing.exe is not specified in test build deps - # Compatibility with OCaml 5.3 - patches = lib.optional (lib.versionAtLeast ocaml.version "5.3") (fetchpatch { - url = "https://github.com/janestreet/core_unix/commit/ebce389ac68e098f542e34400e114ac992f415af.patch"; - includes = [ "bigstring_unix/src/bigstring_unix_stubs.c" ]; - hash = "sha256-FGg2zlyp3aZFu1VeFdm7pgSPiW0HAkLYgMGTj+tqju8="; - }); }; csvfields = janePackage {