diff options
Diffstat (limited to 'battering')
-rw-r--r-- | battering/packages/python-xyz.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/battering/packages/python-xyz.scm b/battering/packages/python-xyz.scm index 65eb932..9ccb37d 100644 --- a/battering/packages/python-xyz.scm +++ b/battering/packages/python-xyz.scm @@ -706,3 +706,14 @@ that do not support Arabic text.") "Extract information about a user from profile webpages / API responses and save it in machine-readable format.") (license license:gpl3))) + +(define-public python-greenlet-2 + (package/inherit python-greenlet + (name "python-greenlet") + (version "2.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "greenlet" version)) + (sha256 + (base32 "1h1l1mll5s4y1b09asf2jps0m7wyshnis1aassz9gc3xmw9xrj77")))))) |