python311Packages.awkward-cpp: 30 -> 32

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v32
This commit is contained in:
Gaetan Lepage 2024-04-01 20:29:19 +02:00
parent 43f956227e
commit ddb82e2d4c

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "30";
version = "32";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-W+lMpzUdjkIcuUeKm3EBb6dnNiH6Ei1HfQsHu2iqfUw=";
hash = "sha256-rYxa+GIG+w9DSxZ0nMXMppoVqI4WykPpHlbFzKd0IfA=";
};
nativeBuildInputs = [