We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2c23e + 375cbb4 commit f559532Copy full SHA for f559532
pkgs/development/python-modules/geventhttpclient/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "geventhttpclient";
16
- version = "1.5.5";
+ version = "2.0";
17
format = "setuptools";
18
19
- disabled = pythonOlder "3.7";
+ disabled = pythonOlder "3.6";
20
21
src = fetchPypi {
22
inherit pname version;
23
- hash = "sha256-H0+XP7n2r+TO7BOdXV2BmbVzM3Gm0uzAZeJXyBAgU5s=";
+ hash = "sha256-SegzLaon80HeCNk4h4KJs7dzaVzblvIpZRjC1uPr7JI=";
24
};
25
26
propagatedBuildInputs = [
0 commit comments