gnu: python-pyserial: Update to 3.4.
* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.4.master
parent
3c45b53ec9
commit
00d81f9866
|
@ -11006,14 +11006,14 @@ relays publish about themselves.")
|
||||||
(define-public python-pyserial
|
(define-public python-pyserial
|
||||||
(package
|
(package
|
||||||
(name "python-pyserial")
|
(name "python-pyserial")
|
||||||
(version "3.1.1")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyserial" version))
|
(uri (pypi-uri "pyserial" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k1nfdrxxkdlv4zgaqsdv8li0pj3gbh2pyxw8q2bsg6f9490amyn"))))
|
"09y68bczw324a4jb9a1cfwrbjhq179vnfkkkrybbksp0vqgl0bbf"))))
|
||||||
(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.
|
||||||
|
|
Reference in New Issue