Skip to content

Commit

Permalink
python-PyQt: 5.6 -> 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHu authored and abbradar committed Mar 9, 2017
1 parent 0a3b7f9 commit e7a432d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyqt/5.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, lndir, makeWrapper, qmakeHook }:

let
version = "5.6";
version = "5.8";
inherit (pythonPackages) mkPythonDerivation python dbus-python sip;
in mkPythonDerivation {
name = "PyQt-${version}";
Expand All @@ -17,7 +17,7 @@ in mkPythonDerivation {

src = fetchurl {
url = "mirror://sourceforge/pyqt/PyQt5/PyQt-${version}/PyQt5_gpl-${version}.tar.gz";
sha256 = "1qgh42zsr9jppl9k7fcdbhxcd1wrb7wyaj9lng9nxfa19in1lj1f";
sha256 = "9edf2816105a4111a447452df2bef7ce47d7efb307c75c3e74c27b8d31d7f66e";
};

buildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ in {
pythonPackages = self;
};

pyqt5 = pkgs.qt5.callPackage ../development/python-modules/pyqt/5.x.nix {
pyqt5 = pkgs.libsForQt5.callPackage ../development/python-modules/pyqt/5.x.nix {
pythonPackages = self;
};

Expand Down

0 comments on commit e7a432d

Please sign in to comment.