Unverified Commit 6bc50bf7 authored by Alexander Bantyev's avatar Alexander Bantyev
Browse files

python3Packages.Nuitka: 0.6.14.5 -> 1.1.5

1.1 is a new stable release of Nuitka. Release notes for it are
available at https://nuitka.net/posts/nuitka-release-11.html.
parent 5486e9cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@
}:

buildPythonPackage rec {
  version = "0.6.14.5";
  version = "1.1.5";
  pname = "Nuitka";

  # Latest version is not yet on PyPi
  src = fetchFromGitHub {
    owner = "kayhayen";
    owner = "Nuitka";
    repo = "Nuitka";
    rev = version;
    sha256 = "08kcp22zdgp25kk4bp56z196mn6bdi3z4x0q2y9vyz0ywfzp9zap";
    sha256 = "0wgcl860acbxnq8q9hck147yhxz8pcbqhv9glracfnrsd2qkpgpp";
  };

  checkInputs = [ vmprof pyqt4 ];