python312Packages.dask-awkward: 2024.7.0 -> 2024.9.0 (#343174)

This commit is contained in:
OTABI Tomoya
2024-09-24 14:29:43 +09:00
committed by GitHub
@@ -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