M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +11 -10
@@ 30042,21 30042,22 @@ and dates in \"human readable\" forms. For example, it would display
(define-public python-txaio
(package
(name "python-txaio")
- (version "23.1.1")
+ (version "25.9.2")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "txaio" version))
- (sha256
- (base32
- "017p9x0bssf7g9slmf30ddh1baawsmxas4nivx334pkfjxp23agr"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "txaio" version))
+ (sha256
+ (base32 "16ch62yk2gdikkak113h6qw13ns9ksca817hky0vabn0fyh08874"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest python-setuptools python-twisted python-wheel))
+ (list python-pytest
+ python-setuptools))
(home-page "https://github.com/crossbario/txaio")
(synopsis "Compatibility layer between Python asyncio and Twisted")
- (description "Txaio provides a compatibility layer between the Python
-@code{asyncio} module and @code{Twisted}.")
+ (description
+ "Txaio provides a compatibility layer between the Python @code{asyncio}
+ bsmodule and @code{Twisted}.")
(license license:expat)))
(define-public python-toolshed