gnu: python-pyserial-asyncio: Update to 0.6.

* gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Peter Polidoro 2022-12-13 15:39:05 -05:00 committed by Christopher Baines
parent 168d117f90
commit bc61a788b3
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -18350,13 +18350,13 @@ (define-public python-pyserial
(define-public python-pyserial-asyncio
(package
(name "python-pyserial-asyncio")
(version "0.5")
(version "0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyserial-asyncio" version))
(sha256
(base32 "0cwd2cjz859v6jrm3y6hikfqjyhyfj5vhfjb8vvflvl6791yah8n"))))
(base32 "0bx3syngmq2j9mh81byzka1x4ilw8ac9mbx52zn7b7ayw0ijj0xn"))))
(build-system python-build-system)
(propagated-inputs (list python-pyserial))
(home-page "https://github.com/pyserial/pyserial-asyncio")