python311Packages.geventhttpclient: 2.0.11 -> 2.0.12

This commit is contained in:
R. Ryantm 2024-03-31 05:49:16 +00:00
parent 4a660d5bb2
commit dd3b73f4f0

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "geventhttpclient";
version = "2.0.11";
version = "2.0.12";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-VJ0POvCEILmtK+7aIRFTx2BbW6QJsijbfxuByL++xrQ=";
hash = "sha256-6+oI55wap9A7Q5NrNHwPhzVub7HGhFc1oR8jyUnGVfc=";
};
propagatedBuildInputs = [