python27Packages.Nuitka: 0.6.7 -> 0.6.8.1
This commit is contained in:
parent
f7a398c481
commit
fe1664f640
@ -12,13 +12,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.7";
|
version = "0.6.8.1";
|
||||||
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 = "09mrm7iz2wdrd7y2csbcidg6bkskjignx2pnifh4i8zlh0vm61bg";
|
sha256 = "1rn6i2mcljhb9nmh8qj3slcmqzs9jx8s7j8r2b7685n7751h5ipj";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ vmprof pyqt4 ];
|
checkInputs = [ vmprof pyqt4 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user