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

python3Packages.Nuitka: 0.6.14.5 -> 1.1.5
This commit is contained in:
Alexander Bantyev 2022-10-21 00:07:28 +04:00 committed by GitHub
commit ab509d5dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];