···11111212buildPythonPackage rec {
1313 pname = "ml-dtypes";
1414- version = "0.3.0";
1414+ version = "0.3.1";
1515 format = "pyproject";
16161717 disabled = pythonOlder "3.9";
···2020 owner = "jax-ml";
2121 repo = "ml_dtypes";
2222 rev = "refs/tags/v${version}";
2323- hash = "sha256-crBTPQeRjgykkIpWx95ypyDeA/RRjWIasg9MR2r2yIU=";
2323+ hash = "sha256-tuqB5itrAkT2b76rgRAJaOeng4V83TzPu400DPYrdKU=";
2424 # Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521),
2525 # the attempts to use the nixpkgs packaged eigen dependency have failed.
2626 # Hence, we rely on the bundled eigen library.