python36Packages.Nuitka: 0.6.0.4 -> 0.6.0.6
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.6-nuitka/versions
This commit is contained in:
parent
d208fa53eb
commit
8fceacca54
@ -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.0.4";
|
version = "0.6.0.6";
|
||||||
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 = "01vm8mqhpdrwlxw6rxbg3wz51njq69yn862141mja00mllg3j7pg";
|
sha256 = "1i5p4ia4qcqmfb9k90g3ssbr090q555fdpc32sl4x6rgqfw5ddj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals doCheck [ vmprof pyqt4 ];
|
buildInputs = stdenv.lib.optionals doCheck [ vmprof pyqt4 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user