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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [