Gaetan Lepage
2025-10-28 23:25:10 +00:00
parent 0c39192766
commit 85b035d9a7
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "awkward";
version = "2.8.5";
version = "2.8.10";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
tag = "v${version}";
hash = "sha256-vcVJ9dLiZ3wfZU989slefSJoD2hKlRCwxRALvRGLZPA=";
hash = "sha256-zECnqZapgvB9ngkoAwEDFMyebFbE0iJ7Yo/5iLcmRXs=";
};
build-system = [
@@ -62,7 +62,7 @@ buildPythonPackage rec {
disabledTestPaths = [
# Need to be run on a GPU platform.
"tests-cuda"
"tests-cuda/*"
];
meta = {