3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.Nuitka: 0.6.1 -> 0.6.1.1

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:
R. RyanTM 2019-02-04 05:46:36 -08:00 committed by Frederik Rietdijk
parent d2904c8fbd
commit acd4d1f3dd

View file

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