1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

Merge pull request #50633 from r-ryantm/auto-update/python3.6-Nuitka

python36Packages.Nuitka: 0.6.0.4 -> 0.6.0.6
This commit is contained in:
Jörg Thalheim 2018-11-18 22:39:27 +00:00 committed by GitHub
commit 1e18cd5224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.0.4";
version = "0.6.0.6";
pname = "Nuitka";
# Latest version is not yet on PyPi
src = fetchurl {
url = "https://github.com/kayhayen/Nuitka/archive/${version}.tar.gz";
sha256 = "01vm8mqhpdrwlxw6rxbg3wz51njq69yn862141mja00mllg3j7pg";
sha256 = "1i5p4ia4qcqmfb9k90g3ssbr090q555fdpc32sl4x6rgqfw5ddj4";
};
buildInputs = stdenv.lib.optionals doCheck [ vmprof pyqt4 ];