mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: python-aiorpcx: Update to 0.18.7.
* gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f4bf6165de
commit
1fa4485fb0
1 changed files with 2 additions and 2 deletions
|
@ -284,14 +284,14 @@ (define-public python-aiodns
|
||||||
(define-public python-aiorpcx
|
(define-public python-aiorpcx
|
||||||
(package
|
(package
|
||||||
(name "python-aiorpcx")
|
(name "python-aiorpcx")
|
||||||
(version "0.18.3")
|
(version "0.18.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aiorpcX" version))
|
(uri (pypi-uri "aiorpcX" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k545hc7wl6sh1svydzbv6x7sx5pig2pqkl3yxs9riwmvzawx9xp"))))
|
"1rswrspv27x33xa5bnhrkjqzhv0sknv5kd7pl1vidw9d2z4rx2l0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-attrs" ,python-attrs)))
|
`(("python-attrs" ,python-attrs)))
|
||||||
|
|
Loading…
Reference in a new issue