diff options
author | Hanketsu <hanketsu@egregore.fun> | 2025-03-04 12:19:41 +0100 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-06-13 00:04:46 +0200 |
commit | f56238a278d54508003613eb737fd93164ee760b (patch) | |
tree | 0c23105c20bec19324a5a005992b7f317c43512c | |
parent | 37452aed6cc0a0c03d969d6e07f5e732a2839c96 (diff) |
battering: Add python-greenlet-2.
* battering/packages/python-xyz.scm (python-greenlet-2): New variable.
-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")))))) |