Loading pkgs/development/python-modules/numexpr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "numexpr"; version = "2.11.0"; version = "2.14.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-dbLAGk7aLnw1e8Z6P1w912UGwVtf1NxChF7y4YIYG60="; hash = "sha256-S+ALEIbHt6XDLjFVgSK3uAJD/gmFebFwln2oPzFStIs="; }; build-system = [ Loading pkgs/development/python-modules/tables/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchPypi, fetchpatch, buildPythonPackage, pythonOlder, blosc2, Loading Loading @@ -34,6 +35,15 @@ buildPythonPackage rec { hash = "sha256-JUSBKnGG+tuoMdbdNOtJzNeI1qg/TkwrQxuDW2eWyRA="; }; patches = [ # should be included in next release (fetchpatch { name = "numexpr-2.13.0-compat.patch"; url = "https://github.com/PyTables/PyTables/commit/41270019ce1ffd97ce8f23b21d635e00e12b0ccb.patch"; hash = "sha256-CaDBYKiABVtlM5e9ChCsf8dWOwEnMPOIXQ100JTnlnE="; }) ]; build-system = [ blosc2 cython Loading Loading
pkgs/development/python-modules/numexpr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "numexpr"; version = "2.11.0"; version = "2.14.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-dbLAGk7aLnw1e8Z6P1w912UGwVtf1NxChF7y4YIYG60="; hash = "sha256-S+ALEIbHt6XDLjFVgSK3uAJD/gmFebFwln2oPzFStIs="; }; build-system = [ Loading
pkgs/development/python-modules/tables/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchPypi, fetchpatch, buildPythonPackage, pythonOlder, blosc2, Loading Loading @@ -34,6 +35,15 @@ buildPythonPackage rec { hash = "sha256-JUSBKnGG+tuoMdbdNOtJzNeI1qg/TkwrQxuDW2eWyRA="; }; patches = [ # should be included in next release (fetchpatch { name = "numexpr-2.13.0-compat.patch"; url = "https://github.com/PyTables/PyTables/commit/41270019ce1ffd97ce8f23b21d635e00e12b0ccb.patch"; hash = "sha256-CaDBYKiABVtlM5e9ChCsf8dWOwEnMPOIXQ100JTnlnE="; }) ]; build-system = [ blosc2 cython Loading