Skip to content

Commit f559532

Browse files
Merge pull request #183380 from SuperSandro2000/python310Packages.geventhttpclient
2 parents cc2c23e + 375cbb4 commit f559532

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/geventhttpclient

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/geventhttpclient/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "geventhttpclient";
16-
version = "1.5.5";
16+
version = "2.0";
1717
format = "setuptools";
1818

19-
disabled = pythonOlder "3.7";
19+
disabled = pythonOlder "3.6";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-H0+XP7n2r+TO7BOdXV2BmbVzM3Gm0uzAZeJXyBAgU5s=";
23+
hash = "sha256-SegzLaon80HeCNk4h4KJs7dzaVzblvIpZRjC1uPr7JI=";
2424
};
2525

2626
propagatedBuildInputs = [

0 commit comments

Comments
 (0)