gnu: python-pyserial: Update to 3.5.

* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-01 22:36:22 +02:00
parent 8667a2a58d
commit 079a7f2c65
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -14321,14 +14321,14 @@ (define-public python-stem
(define-public python-pyserial
(package
(name "python-pyserial")
(version "3.4")
(version "3.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyserial" version))
(sha256
(base32
"09y68bczw324a4jb9a1cfwrbjhq179vnfkkkrybbksp0vqgl0bbf"))))
"1nyd4m4mnrz8scbfqn4zpq8gnbl4x42w5zz62vcgpzqd2waf0xrw"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: 3/49 tests are failing.