python311Packages.awkward-cpp: 27 -> 28

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.5.2
This commit is contained in:
Gaetan Lepage
2024-01-13 10:11:44 +01:00
parent 10ec01ac20
commit 8ae1709f2e
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "27";
version = "28";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-PBllGL/M5wl2bWOHgEExekkUti+Ag+Gj4DtP1upvPI0=";
hash = "sha256-ME67+QDFdzaP08SRpN3+aleQvex2orBr3MRygXYmRZI=";
};
nativeBuildInputs = [