python312Packages.dask-awkward: 2024.7.0 -> 2024.9.0

This commit is contained in:
R. Ryantm
2024-09-20 16:47:48 -04:00
committed by Nick Cao
parent 4f91815a07
commit 297f1bc172
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "dask-awkward";
version = "2024.7.0";
version = "2024.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -37,11 +37,9 @@ buildPythonPackage rec {
owner = "dask-contrib";
repo = "dask-awkward";
rev = "refs/tags/${version}";
hash = "sha256-xy3rq/gXQUtquvyWSCcBjZ+gUYT3RzxMgXThyT6Fwec=";
hash = "sha256-4CwixPj0bJHVjnwZ7fPkRdiDHs8/IzvNlwSPynXvcAo=";
};
pythonRelaxDeps = [ "awkward" ];
build-system = [
hatch-vcs
hatchling