python3Packages.awkward: 2.9.0 -> 2.9.1

Diff: https://github.com/scikit-hep/awkward/compare/v2.9.0...v2.9.1

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.9.1
This commit is contained in:
Gaetan Lepage
2026-06-09 09:28:06 +00:00
parent 07f108b8c1
commit 8d4b3960f7
@@ -24,14 +24,15 @@
buildPythonPackage (finalAttrs: {
pname = "awkward";
version = "2.9.0";
version = "2.9.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
tag = "v${finalAttrs.version}";
hash = "sha256-ovbhCPTNxyfL7tkvBCiHF0kZt0l0oMSpdsE4E9S4JJY=";
hash = "sha256-TNXsYZFL60jELed40b1hB8Rk43gcLbCwzzXc3fABu5k=";
};
build-system = [