python37Packages.Nuitka: 0.6.1.1 -> 0.6.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nuitka/versions

(cherry picked from commit d88a74a3f4a876d5ced3bb8ce9cb37b0f31d627a)
This commit is contained in:
R. RyanTM 2019-04-02 08:57:07 -07:00 committed by Matthias Beyer
parent be0bcf1a28
commit d5def41bd1

View File

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