python312Packages.awkward-cpp: 43 -> 44

This commit is contained in:
Gaetan Lepage
2025-02-12 00:00:52 +01:00
parent 463c481a84
commit a6615dccd4
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "43";
version = "44";
pyproject = true;
src = fetchPypi {
pname = "awkward_cpp";
inherit version;
hash = "sha256-we11WW7IKvZm2ghLW/gF2bcsg1MtA10rZeB5WQXSXq0=";
hash = "sha256-jcSZKI1tFrLqILUaJ9UEflGiR7aqz8vLOzAsrW08h9g=";
};
build-system = [