Unverified Commit ab509d5d authored by Alexander Bantyev's avatar Alexander Bantyev Committed by GitHub
Browse files

Merge pull request #196382 from NixOS/balsoft/nuitka-update-1.1.5

python3Packages.Nuitka: 0.6.14.5 -> 1.1.5
parents 94ba2992 6bc50bf7
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 ];