python311Packages.awkward: 2.4.9 -> 2.4.10

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.4.10
This commit is contained in:
Gaetan Lepage 2023-11-09 13:35:58 +01:00
parent 1ea3b8a891
commit fdd13ff82b

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "awkward";
version = "2.4.9";
version = "2.4.10";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "awkward";
rev = "refs/tags/v${version}";
hash = "sha256-8MllMKf/xp5SdtF9P1Sa6Ytml4nQ5OX7vs7ITU8mCRU=";
hash = "sha256-D+bgKI6olK3smgnRdACvd0gYMWvS6ao6f7nQh3YExXw=";
};
nativeBuildInputs = [