me
/
guix
Archived
1
0
Fork 0

gnu: python-trio-typing: Update to 0.8.0.

* gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.8.0.
master
Maxim Cournoyer 2023-04-01 21:55:06 -04:00
parent c8642af77d
commit 58e4fd57f1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -24838,13 +24838,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