mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue