forked from mirrors/nixpkgs
python.pkgs.sip: 4.19.3 -> 4.19.6
This commit is contained in:
parent
9bfc02a34a
commit
6275b083f8
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
if isPyPy then throw "sip not supported for interpreter ${python.executable}" else buildPythonPackage rec {
|
if isPyPy then throw "sip not supported for interpreter ${python.executable}" else buildPythonPackage rec {
|
||||||
pname = "sip";
|
pname = "sip";
|
||||||
version = "4.19.3";
|
version = "4.19.6";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pyqt/sip/${name}/${name}.tar.gz";
|
url = "mirror://sourceforge/pyqt/sip/${name}/${name}.tar.gz";
|
||||||
sha256 = "0x2bghbprwl3az1ni3p87i0bq8r99694la93kg65vi0cz12gh3bl";
|
sha256 = "0nlj0zbvmzliyhhspqwf2bjvcnpq4agx4s47php7ishv32p2gnlx";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|
Loading…
Reference in a new issue