python311Packages.awkward-cpp: 25 -> 26 (#268479)

This commit is contained in:
R. RyanTM
2023-11-19 13:19:06 -08:00
committed by GitHub
parent 2834c0cf2a
commit 8c3079a4e7
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "25";
version = "26";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Fhq6XUt5CYz/l+Lf9WcCnt9rs3byMQIQs7hFexr2tjM=";
hash = "sha256-o3wI+JEmtjfUczRUob8/KLGNn3lH0h3GuhIDfYg7HGY=";
};
nativeBuildInputs = [