python.pkgs.sip: 4.19.3 -> 4.19.6

This commit is contained in:
Michael Hoang 2017-12-18 08:15:40 +11:00 committed by Orivej Desh
parent 9bfc02a34a
commit 6275b083f8

View file

@ -2,13 +2,13 @@
if isPyPy then throw "sip not supported for interpreter ${python.executable}" else buildPythonPackage rec {
pname = "sip";
version = "4.19.3";
version = "4.19.6";
name = "${pname}-${version}";
format = "other";
src = fetchurl {
url = "mirror://sourceforge/pyqt/sip/${name}/${name}.tar.gz";
sha256 = "0x2bghbprwl3az1ni3p87i0bq8r99694la93kg65vi0cz12gh3bl";
sha256 = "0nlj0zbvmzliyhhspqwf2bjvcnpq4agx4s47php7ishv32p2gnlx";
};
configurePhase = ''