python3Packages.awkward: 2.8.5 -> 2.8.10
Diff: https://github.com/scikit-hep/awkward/compare/refs/tags/v2.8.5...refs/tags/v2.8.10 Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.8.10
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user