Commit 097e351e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.nuitka: 2.7.15 -> 2.8.10

This commit was automatically generated using update-python-libraries.
parent 60131f4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [