From cc7a6e0b1d4a5e67714867f789594572e88ee9f9 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Wed, 31 Mar 2010 11:45:33 +0000 Subject: [PATCH] Upgraded PyQt to version 4.7.2 svn path=/nixpkgs/trunk/; revision=20889 --- pkgs/development/python-modules/pyqt/4.7.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyqt/4.7.nix b/pkgs/development/python-modules/pyqt/4.7.nix index 2390ac771d47..eb09a32d00c6 100644 --- a/pkgs/development/python-modules/pyqt/4.7.nix +++ b/pkgs/development/python-modules/pyqt/4.7.nix @@ -4,8 +4,8 @@ stdenv.mkDerivation { name = "pyqt-x11-gpl-4.7.2"; src = fetchurl { - url = http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.tar.gz; - sha256 = "0hwp84igw639mgw344q2jmnjarhq5wk60ncn8h2jjg7k4vchbvkz"; + url = http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.2.tar.gz; + sha256 = "097gxdr7jqv5a58z89djylm2b21x83crqn2fjsr5zmwhc0zwj5yv"; }; configurePhase = "python ./configure.py --confirm-license -b $out/bin -d $out/lib/${python.libPrefix}/site-packages -v $out/share/sip -p $out/plugins";