Merge pull request #300423 from r-ryantm/auto-update/python311Packages.geventhttpclient

python311Packages.geventhttpclient: 2.0.11 -> 2.0.12

authored by Nick Cao and committed by GitHub 031bd099 48c3a380

+2 -2
+2 -2
pkgs/development/python-modules/geventhttpclient/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "geventhttpclient"; 17 - version = "2.0.11"; 17 + version = "2.0.12"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-VJ0POvCEILmtK+7aIRFTx2BbW6QJsijbfxuByL++xrQ="; 24 + hash = "sha256-6+oI55wap9A7Q5NrNHwPhzVub7HGhFc1oR8jyUnGVfc="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [