python310Packages.awkward: 2.2.4 -> 2.3.1 (#248432)

This commit is contained in:
Dmitry Kalinkin 2023-08-10 23:03:58 -04:00 committed by GitHub
parent 519b45303d
commit 4630510385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "17";
version = "21";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gTO7rxgkjdUgSkF6Ztq5bhti5VUpsrhocOLz7L6xllE=";
hash = "sha256-sobmPegDBI/4EvdpxrY28TsNO8vyLhuRsV9s+5WThR4=";
};
nativeBuildInputs = [

View file

@ -8,20 +8,21 @@
, numba
, numpy
, packaging
, setuptools
, typing-extensions
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "awkward";
version = "2.2.4";
version = "2.3.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-v06mYdoP/WfIfz6x6+MJvS4YOsTsyWqhCyAykZ1d5v4=";
hash = "sha256-NLROXEbh4MKvBFuj+4+Wa2u37P9vuQ0Ww8kK+CYWt5E=";
};
nativeBuildInputs = [
@ -42,6 +43,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
numba
setuptools
];
disabledTestPaths = [