python: geventhttpclient: 1.3.1 -> 1.4.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:08 +02:00
parent 8d748c54ed
commit a7331f956a

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "geventhttpclient";
version = "1.3.1";
version = "1.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "bd87af8854f5fb05738916c8973671f7035568aec69b7c842887d6faf9c0a01d";
sha256 = "967b11c4a37032f98c08f58176e4ac8de10473ab0c1f617acb8202d44b97fe21";
};
buildInputs = [ pytest ];