python311Packages.awkward-cpp: 29 -> 30

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v30
This commit is contained in:
Gaetan Lepage
2024-03-05 01:09:44 +01:00
parent 788f65a3d7
commit 81b1a3d7b1
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "29";
version = "30";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-r0t4kbeLkDFxvONB6I0q3YQFn6Fn8I6KmTAFmZ0bnRs=";
hash = "sha256-W+lMpzUdjkIcuUeKm3EBb6dnNiH6Ei1HfQsHu2iqfUw=";
};
nativeBuildInputs = [