python3Packages.geventhttpclient: 2.3.4 -> 2.3.7
https://github.com/geventhttpclient/geventhttpclient/releases/tag/2.3.7 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "geventhttpclient";
|
||||
version = "2.3.4";
|
||||
version = "2.3.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
tag = version;
|
||||
# TODO: unvendor llhttp
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-X85co03fMG7OSpkL02n3ektRNzu7oHChtwZzkspsSTk=";
|
||||
hash = "sha256-vca2uCQ1S21xQmAXdpLhI0DFZYUSyKhSkvETa2VqbkA=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user