Skip to content

Commit

Permalink
pythonPackages.pyqt5: 5.8 -> 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Mar 9, 2017
1 parent e7a432d commit 6631000
Showing 1 changed file with 2 additions and 2 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.8";
version = "5.8.1";
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 = "9edf2816105a4111a447452df2bef7ce47d7efb307c75c3e74c27b8d31d7f66e";
sha256 = "0biak7l574i2gc8lj1s45skajbxsmmx66nlvs6xaakzkc6r293qy";
};

buildInputs = [
Expand Down

0 comments on commit 6631000

Please sign in to comment.