* [bug#49973] [PATCH] gnu: python-aiorpcx: Update to 0.22.1.
@ 2021-08-10 7:36 Milkey Mouse
2021-08-11 12:43 ` bug#49973: " 宋文武
0 siblings, 1 reply; 2+ messages in thread
From: Milkey Mouse @ 2021-08-10 7:36 UTC (permalink / raw)
To: 49973
* gnu/packages/finance.scm (electrum)[inputs]: Use python-aiorpcx-0.18.
* gnu/packages/python-web.scm (python-aiorpcx): Update to 0.22.1.
(python-aiorpcx-0.18): New variable.
---
gnu/packages/finance.scm | 2 +-
gnu/packages/python-web.scm | 16 ++++++++++++++--
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index db02232d3c..430552c3a3 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -523,7 +523,7 @@ do so.")
("python-protobuf" ,python-protobuf)
("python-aiohttp" ,python-aiohttp)
("python-aiohttp-socks" ,python-aiohttp-socks)
- ("python-aiorpcx" ,python-aiorpcx)
+ ("python-aiorpcx" ,python-aiorpcx-0.18)
("python-certifi" ,python-certifi)
("python-bitstring" ,python-bitstring)
("python-attrs" ,python-attrs)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5df134ddff..441af70f26 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -284,14 +284,14 @@ using @url{https://github.com/saghul/pycares,pycares}.")
(define-public python-aiorpcx
(package
(name "python-aiorpcx")
- (version "0.18.3")
+ (version "0.22.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiorpcX" version))
(sha256
(base32
- "0k545hc7wl6sh1svydzbv6x7sx5pig2pqkl3yxs9riwmvzawx9xp"))))
+ "0lx54bcinp44fmr8q4bbffsqbkg8kdcwykf9i5jj0bj3sfzgf9k0"))))
(build-system python-build-system)
(propagated-inputs
`(("python-attrs" ,python-attrs)))
@@ -306,6 +306,18 @@ 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-asgiref
(package
(name "python-asgiref")
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49973: [PATCH] gnu: python-aiorpcx: Update to 0.22.1.
2021-08-10 7:36 [bug#49973] [PATCH] gnu: python-aiorpcx: Update to 0.22.1 Milkey Mouse
@ 2021-08-11 12:43 ` 宋文武
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-08-11 12:43 UTC (permalink / raw)
To: Milkey Mouse; +Cc: 49973-done
Milkey Mouse <milkeymouse@meme.institute> writes:
> * gnu/packages/finance.scm (electrum)[inputs]: Use python-aiorpcx-0.18.
> * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.22.1.
> (python-aiorpcx-0.18): New variable.
Pushed, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-11 12:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-10 7:36 [bug#49973] [PATCH] gnu: python-aiorpcx: Update to 0.22.1 Milkey Mouse
2021-08-11 12:43 ` bug#49973: " 宋文武
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.