gnu: Add python-greenlet-2.

* gnu/packages/python-xyz.scm (python-greenlet-2): New variable.

Change-Id: Ib741d0eff8bd11bc5cbc7ffa97834747a67a5db5
This commit is contained in:
Sharlatan Hellseher 2024-12-02 20:15:26 +00:00
parent 8e7932ad65
commit 71b9519852
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -21575,6 +21575,18 @@ pseudo-concurrently (typically in a single or a few OS-level threads) and
are synchronized with data exchanges on \"channels\".")
(license (list license:psfl license:expat))))
(define-public python-greenlet-2
(hidden-package
(package
(inherit python-greenlet)
(version "2.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "greenlet" version))
(sha256
(base32 "1h1l1mll5s4y1b09asf2jps0m7wyshnis1aassz9gc3xmw9xrj77")))))))
(define-public python-objgraph
(package
(name "python-objgraph")