pycurl: 7.19.5 -> 7.19.5.1

Fixes import error when curl was built with LibreSSL.
This commit is contained in:
Ricardo M. Correia 2017-02-15 12:01:29 +01:00 committed by Frederik Rietdijk
parent 714eabc5af
commit fca09185d0

View file

@ -19913,12 +19913,12 @@ in {
}; };
pycurl = buildPythonPackage (rec { pycurl = buildPythonPackage (rec {
name = "pycurl-7.19.5"; name = "pycurl-7.19.5.1";
disabled = isPyPy; # https://github.com/pycurl/pycurl/issues/208 disabled = isPyPy; # https://github.com/pycurl/pycurl/issues/208
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "http://pycurl.sourceforge.net/download/${name}.tar.gz"; url = "http://pycurl.sourceforge.net/download/${name}.tar.gz";
sha256 = "0hqsap82zklhi5fxhc69kxrwzb0g9566f7sdpz7f9gyxkmyam839"; sha256 = "0v5w66ir3siimfzg3kc8hfrrilwwnbxq5bvipmrpyxar0kw715vf";
}; };
propagatedBuildInputs = with self; [ pkgs.curl pkgs.openssl.out ]; propagatedBuildInputs = with self; [ pkgs.curl pkgs.openssl.out ];