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:
commit
ab509d5dca
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue