python37Packages.Nuitka: 0.6.3.1 -> 0.6.4
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
This commit is contained in:
parent
e2d07d2cc7
commit
e6c575e199
@ -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.3.1";
|
version = "0.6.4";
|
||||||
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 = "0h05krv871ymz55k6lrdlfyqndck6lwyy69dk5v4sakgfd5iawqf";
|
sha256 = "18np970h6s97m7j6ymqizq1ylnhb6l5msmxqgnayrllirhg7a8pf";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ vmprof pyqt4 ];
|
checkInputs = [ vmprof pyqt4 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user