summary refs log tree commit diff
path: root/pkgs/development/python-modules/sip
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-12-22 23:36:55 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-12-22 23:36:55 +0100
commitdc8c05de63c5c9d08428c16267c5eac96a638efe (patch)
treef2aaaa732ab6775b3098d4b9e02aa0c10e606f67 /pkgs/development/python-modules/sip
parent4e558732e7714ad69a6d0ad2b052f2efdde76376 (diff)
downloadnixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.tar
nixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.tar.gz
nixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.tar.bz2
nixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.tar.lz
nixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.tar.xz
nixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.tar.zst
nixpkgs-dc8c05de63c5c9d08428c16267c5eac96a638efe.zip
sip-4.16: update from 4.16.1 to 4.16.4
Diffstat (limited to 'pkgs/development/python-modules/sip')
-rw-r--r--pkgs/development/python-modules/sip/4.16.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sip/4.16.nix b/pkgs/development/python-modules/sip/4.16.nix
index 210346062f9..b10852d17f3 100644
--- a/pkgs/development/python-modules/sip/4.16.nix
+++ b/pkgs/development/python-modules/sip/4.16.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, python, isPyPy }:
 
 if isPyPy then throw "sip not supported for interpreter ${python.executable}" else stdenv.mkDerivation rec {
-  name = "sip-4.16.1";
+  name = "sip-4.16.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/pyqt/sip/${name}/${name}.tar.gz";
-    sha256 = "1hknl71ij924syc9ik9nk4z051q3n75y7w27q9i07awpd39sp7m4";
+    sha256 = "1xapklcz5ndilax0gr2h1fqzhdzh7yvxfb3y0rxfcag1qlzl9nnf";
   };
 
   configurePhase = ''