gnu: python-pyserial: Update to 3.5.
* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.5.
This commit is contained in:
parent
8667a2a58d
commit
079a7f2c65
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user