apteryx pushed a commit to branch master
in repository guix.
commit 59f1a1d3a0a8893eefdc0deefb84d5df7ee7ec55
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Apr 1 21:55:06 2023 -0400
gnu: python-trio-typing: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.8.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 05920bdf72..a8b3a85572 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24907,13 +24907,13 @@ programs that do multiple things at the same time
with parallelized I/O.")
(define-public python-trio-typing
(package
(name "python-trio-typing")
- (version "0.5.0")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trio-typing" version))
(sha256
- (base32 "1yvlj4vf3wyvp16dw6vyfm4i2idm8lvdc3fvjhi6mhm62zv7s07j"))))
+ (base32 "15wa66cs165wawh4pi808ac43n67b8jqddi5ppdcbkj5gfi68hpi"))))
(build-system python-build-system)
(arguments
`(#:phases