python311Packages.fastparquet: 2023.4.0 -> 2023.7.0

Diff: https://github.com/dask/fastparquet/compare/2023.4.0...2023.7.0
This commit is contained in:
Fabian Affolter
2023-08-14 11:29:02 +02:00
parent 0786fd2a63
commit ae09b9d6d9
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "fastparquet";
version = "2023.4.0";
version = "2023.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dask";
repo = pname;
rev = version;
hash = "sha256-1hWiwXjTgflQlmy0Dk2phUa1cgYBvvH99tb0TdUmDRI=";
hash = "sha256-pJ0zK0upEV7TyuNMIcozugkwBlYpK/Dg6BdB0kBpn9k=";
};
nativeBuildInputs = [