Gaétan Lepage
2025-03-24 22:11:47 -04:00
committed by GitHub
parent 33319c3013
commit 6cb0be2c51
@@ -20,19 +20,18 @@
pyarrow,
pytest-xdist,
pytestCheckHook,
pythonAtLeast,
}:
buildPythonPackage rec {
pname = "awkward";
version = "2.8.0";
version = "2.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
tag = "v${version}";
hash = "sha256-dr8DUY6T6fvtMASdM9U+XQN0dVP8AKvwa1gwHfOz3Dw=";
hash = "sha256-37yUZSD9c92ydjjt5Z7KnUzfSMAQM37Ah4WGp9HWiDs=";
};
build-system = [