guix_mirror_bot pushed a commit to branch python-team in repository guix. commit b1015103b455b1bf9505ba5fd5f802a69bfa0034 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sun Aug 10 18:56:08 2025 +0100
gnu: Remove python-aiorpcx-0.18. * gnu/packages/python-web.scm (python-aiorpcx-0.18): Delete variable. Change-Id: I1308611724e435e0f8deff1067993fb7d641acc2 --- gnu/packages/python-web.scm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8a806992c8..62f3bb4919 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1688,18 +1688,6 @@ The package includes a module with full coverage of JSON RPC versions 1.0 and comes with a SOCKS proxy client.") (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 (package (name "python-aiostream")