guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 69ff291daaf27552bde0550e44bc21c98072a2e5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 21:33:17 2026 +0000

    gnu: Remove python-greenlet-2.
    
    * gnu/packages/python-xyz.scm (python-greenlet-2): Delete variable.
    
    Fixes: guix/guix#6801
    Change-Id: Ib008ce81ca3af00d8c5c933d615b5a89effcc9ca
---
 gnu/packages/python-xyz.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6948feb770..3d0057372e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20937,18 +20937,6 @@ 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")

Reply via email to