2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-12 02:37:18 +00:00

python3Packages.geventhttpclient: 1.5.2 -> 1.5.3

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:47 -08:00
parent c8ef4c8df2
commit 6900ecfe76
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "geventhttpclient";
version = "1.5.2";
version = "1.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "f3c5884d62be75162426728e3d86788740b13e363b197ef592f1443dba240709";
sha256 = "d80ec9ff42b7219f33558185499d0b4365597fc55ff886207b45f5632e099780";
};
propagatedBuildInputs = [