python3Packages.nuitka: 2.7.15 -> 2.8.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:36:01 +01:00
parent 60131f4fbb
commit 097e351eee
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "nuitka";
version = "2.7.15";
version = "2.8.10";
pyproject = true;
src = fetchFromGitHub {
owner = "Nuitka";
repo = "Nuitka";
rev = version;
hash = "sha256-o+rXk8Qh9SeBpuSppPBap9TL69gy9ag7PCArFSNSv7g=";
tag = version;
hash = "sha256-+CevWpYvqY3SX3/QE7SPlbsFtXkdlNTg9m91VtZCHvM=";
};
build-system = [