Merge pull request #219723 from GabrielDougherty/nuitka-update-1.4.8

This commit is contained in:
Sandro
2023-03-05 23:45:23 +01:00
committed by GitHub
@@ -10,15 +10,14 @@
}:
buildPythonPackage rec {
version = "1.1.5";
version = "1.4.8";
pname = "Nuitka";
# Latest version is not yet on PyPi
src = fetchFromGitHub {
owner = "Nuitka";
repo = "Nuitka";
rev = version;
sha256 = "0wgcl860acbxnq8q9hck147yhxz8pcbqhv9glracfnrsd2qkpgpp";
hash = "sha256-8eWOcxATVS866nlN39b2VU1CuXAfcn0yQsDweHS2yDU=";
};
nativeCheckInputs = [ vmprof pyqt4 ];