Merge pull request #60723 from r-ryantm/auto-update/python3.7-Nuitka
python37Packages.Nuitka: 0.6.2 -> 0.6.3
This commit is contained in:
commit
7ccc93f173
@ -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.2";
|
version = "0.6.3";
|
||||||
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 = "04qmk1diplpvcdmk0clbsy0mdg04pkmgjjysz31g82v477if9m54";
|
sha256 = "0nzk6r724dyai33fi7xmc6jn57pkcwqm553vlv0r11blvc92d7pp";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ vmprof pyqt4 ];
|
checkInputs = [ vmprof pyqt4 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user