mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-trio-typing: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.8.0.
This commit is contained in:
parent
5b42a71571
commit
59f1a1d3a0
1 changed files with 2 additions and 2 deletions
|
@ -24907,13 +24907,13 @@ (define-public python-trio
|
||||||
(define-public python-trio-typing
|
(define-public python-trio-typing
|
||||||
(package
|
(package
|
||||||
(name "python-trio-typing")
|
(name "python-trio-typing")
|
||||||
(version "0.5.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "trio-typing" version))
|
(uri (pypi-uri "trio-typing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yvlj4vf3wyvp16dw6vyfm4i2idm8lvdc3fvjhi6mhm62zv7s07j"))))
|
(base32 "15wa66cs165wawh4pi808ac43n67b8jqddi5ppdcbkj5gfi68hpi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue