python311Packages.awkward-cpp: 2.6.5 -> 2.6.6

Diff:
https://github.com/scikit-hep/awkward/compare/refs/tags/v2.6.5...v2.6.6

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.6.6
This commit is contained in:
Gaetan Lepage
2024-06-26 23:29:01 +02:00
parent 06ab042659
commit 760dbdba67
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "34";
version = "35";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-OayBTXafOK3ppfbDm4Wwe7wFr1Y0L7FXQu3OEjf54Ek=";
hash = "sha256-H4sRKll70kOHlOGnIaY6phhp+pWYoXrGvYEa1vZADQY=";
};
build-system = [