python313Packages.geventhttpclient: 2.3.3 -> 2.3.4
Diff: https://github.com/geventhttpclient/geventhttpclient/compare/refs/tags/2.3.3...refs/tags/2.3.4 Changelog: https://github.com/geventhttpclient/geventhttpclient/releases/tag/2.3.4
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "geventhttpclient";
|
||||
version = "2.3.3";
|
||||
version = "2.3.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
tag = version;
|
||||
# TODO: unvendor llhttp
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-0ltTmF09EKs+55Mitfe5vxPjmCtnhla6q6SAvhyIQPk=";
|
||||
hash = "sha256-X85co03fMG7OSpkL02n3ektRNzu7oHChtwZzkspsSTk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user