Skip to content

Commit

Permalink
pycurl: 7.19.5 -> 7.19.5.1
Browse files Browse the repository at this point in the history
Fixes import error when curl was built with LibreSSL.
  • Loading branch information
wizeman authored and FRidh committed Feb 18, 2017
1 parent 714eabc commit fca0918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19913,12 +19913,12 @@ in {
};

pycurl = buildPythonPackage (rec {
name = "pycurl-7.19.5";
name = "pycurl-7.19.5.1";
disabled = isPyPy; # https://github.com/pycurl/pycurl/issues/208

src = pkgs.fetchurl {
url = "http://pycurl.sourceforge.net/download/${name}.tar.gz";
sha256 = "0hqsap82zklhi5fxhc69kxrwzb0g9566f7sdpz7f9gyxkmyam839";
sha256 = "0v5w66ir3siimfzg3kc8hfrrilwwnbxq5bvipmrpyxar0kw715vf";
};

propagatedBuildInputs = with self; [ pkgs.curl pkgs.openssl.out ];
Expand Down

0 comments on commit fca0918

Please sign in to comment.