python311Packages.awkward-cpp: 28 -> 29

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v29
This commit is contained in:
Gaetan Lepage
2024-02-02 21:09:45 +01:00
parent 9f7633677f
commit 44d45eb78c
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "28";
version = "29";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ME67+QDFdzaP08SRpN3+aleQvex2orBr3MRygXYmRZI=";
hash = "sha256-r0t4kbeLkDFxvONB6I0q3YQFn6Fn8I6KmTAFmZ0bnRs=";
};
nativeBuildInputs = [
@@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "CPU kernels and compiled extensions for Awkward Array";
homepage = "https://github.com/scikit-hep/awkward";
changelog = "https://github.com/scikit-hep/awkward/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ veprbl ];
};