Merge pull request #63382 from r-ryantm/auto-update/python3.7-Nuitka

python37Packages.Nuitka: 0.6.3.1 -> 0.6.4
This commit is contained in:
Mario Rodas 2019-06-17 22:33:57 -05:00 committed by GitHub
commit 1ff37c7aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@ let
# Therefore we create a separate env for it.
scons = pkgs.python27.withPackages(ps: [ pkgs.scons ]);
in buildPythonPackage rec {
version = "0.6.3.1";
version = "0.6.4";
pname = "Nuitka";
# Latest version is not yet on PyPi
src = fetchurl {
url = "https://github.com/kayhayen/Nuitka/archive/${version}.tar.gz";
sha256 = "0h05krv871ymz55k6lrdlfyqndck6lwyy69dk5v4sakgfd5iawqf";
sha256 = "18np970h6s97m7j6ymqizq1ylnhb6l5msmxqgnayrllirhg7a8pf";
};
checkInputs = [ vmprof pyqt4 ];