Merge pull request #135380 from r-ryantm/auto-update/python3.8-pycurl

python38Packages.pycurl: 7.43.0.6 -> 7.44.1
This commit is contained in:
Martin Weinelt 2021-08-23 23:27:00 +02:00 committed by GitHub
commit 8056e5c346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pycurl";
version = "7.43.0.6";
version = "7.44.1";
disabled = isPyPy || (pythonOlder "3.5"); # https://github.com/pycurl/pycurl/issues/208
src = fetchPypi {
inherit pname version;
sha256 = "8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325";
sha256 = "5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8";
};
preConfigure = ''