python3Packages.dask-awkward: 2025.5.0 -> 2025.9.0

Diff: https://github.com/dask-contrib/dask-awkward/compare/2025.5.0...2025.9.0

Changelog: https://github.com/dask-contrib/dask-awkward/releases/tag/2025.9.0
This commit is contained in:
Gaetan Lepage
2025-10-28 23:25:10 +00:00
parent 3468682137
commit 7aaaeb6889
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "dask-awkward";
version = "2025.5.0";
version = "2025.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dask-contrib";
repo = "dask-awkward";
tag = version;
hash = "sha256-TLMT7YxedBUfz05F8wTsS5LQ9LyBbcUhQENM8C7Xric=";
hash = "sha256-7z9SkkE4WqULW0m7lk+oohq1uwSO7XLcrnh6U7wqTgo=";
};
build-system = [