gnu: Remove python-aiorpcx-0.18.

* gnu/packages/python-web.scm (python-aiorpcx-0.18): Delete variable.

Change-Id: I1308611724e435e0f8deff1067993fb7d641acc2
This commit is contained in:
Sharlatan Hellseher 2025-08-10 18:56:08 +01:00
parent bfeb6a6563
commit a8765336b8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1689,18 +1689,6 @@ The package includes a module with full coverage of JSON RPC versions 1.0 and
comes with a SOCKS proxy client.") comes with a SOCKS proxy client.")
(license (list license:expat license:bsd-2)))) (license (list license:expat license:bsd-2))))
(define-public python-aiorpcx-0.18
(package
(inherit python-aiorpcx)
(version "0.18.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiorpcX" version))
(sha256
(base32
"1rswrspv27x33xa5bnhrkjqzhv0sknv5kd7pl1vidw9d2z4rx2l0"))))))
(define-public python-aiostream (define-public python-aiostream
(package (package
(name "python-aiostream") (name "python-aiostream")