Merge pull request #196632 from SuperSandro2000/python310Packages.geventhttpclient

This commit is contained in:
Sandro 2022-10-25 18:02:59 +02:00 committed by GitHub
commit 1c40f58e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "geventhttpclient";
version = "2.0.2";
version = "2.0.8";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-gTWoUgCxcN73KT0B3RVXkx/NG+wax4xSrXzt0iNoubo=";
hash = "sha256-X3gsQZZD90vk0JGMDStjlW723ceiEn8Hy7gDOnWrNm8=";
};
propagatedBuildInputs = [