pyqt5: 5.3 -> 5.4.2
This commit is contained in:
parent
ae7d918499
commit
f893ac0622
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, python, pkgconfig, qt5, sip, pythonDBus, lndir, makeWrapper }:
|
||||
|
||||
let
|
||||
version = "5.3";
|
||||
version = "5.4.2";
|
||||
in stdenv.mkDerivation {
|
||||
name = "PyQt-${version}";
|
||||
|
||||
@ -15,7 +15,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pyqt/PyQt5/PyQt-${version}/PyQt-gpl-${version}.tar.gz";
|
||||
sha256 = "0xc1cc68fi989rfybibimhhi3mqn3b93n0p3jdqznzabgilcb1m2";
|
||||
sha256 = "1402n5kwzd973b65avxk1j9js96wzfm0yw4rshjfy8l7an00bnac";
|
||||
};
|
||||
|
||||
buildInputs = [ python pkgconfig makeWrapper lndir qt5 ];
|
||||
|
Loading…
Reference in New Issue
Block a user