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 @@ relays publish about themselves.")
(define-public python-pyserial (define-public python-pyserial
(package (package
(name "python-pyserial") (name "python-pyserial")
(version "3.4") (version "3.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyserial" version)) (uri (pypi-uri "pyserial" version))
(sha256 (sha256
(base32 (base32
"09y68bczw324a4jb9a1cfwrbjhq179vnfkkkrybbksp0vqgl0bbf")))) "1nyd4m4mnrz8scbfqn4zpq8gnbl4x42w5zz62vcgpzqd2waf0xrw"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; FIXME: 3/49 tests are failing. '(#:tests? #f)) ; FIXME: 3/49 tests are failing.