python310Packages.pycurl: 7.44.1 -> 7.45.0

This commit is contained in:
R. Ryantm 2022-03-11 04:42:28 +00:00 committed by Jonathan Ringer
parent d2c185f31a
commit 80c891c540

View File

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