3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #164149 from r-ryantm/auto-update/python3.10-pycurl

This commit is contained in:
Ben Siraphob 2022-03-22 00:44:32 -05:00 committed by GitHub
commit 5b29802291
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.45.0";
version = "7.45.1";
disabled = isPyPy || (pythonOlder "3.5"); # https://github.com/pycurl/pycurl/issues/208
src = fetchPypi {
inherit pname version;
sha256 = "sha256-UDbFPG9BBukWDQU6S6o0M6AhX7M4YHPiESc8VqOpXz0=";
sha256 = "sha256-qGOtGP9Hj1VFkkBXiHza5CLhsnRuQWdGFfaHSY6luIo=";
};
preConfigure = ''