python311Packages.awkward-cpp: 26 -> 27

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.5.1
This commit is contained in:
Gaetan Lepage 2023-12-12 22:38:32 +01:00
parent b533fd3198
commit 8be4f072a7

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "26";
version = "27";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-o3wI+JEmtjfUczRUob8/KLGNn3lH0h3GuhIDfYg7HGY=";
hash = "sha256-PBllGL/M5wl2bWOHgEExekkUti+Ag+Gj4DtP1upvPI0=";
};
nativeBuildInputs = [