mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pyserial: Update to 3.4.
* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.4.
This commit is contained in:
parent
3c45b53ec9
commit
00d81f9866
1 changed files with 2 additions and 2 deletions
|
@ -11006,14 +11006,14 @@ (define-public python2-stem
|
|||
(define-public python-pyserial
|
||||
(package
|
||||
(name "python-pyserial")
|
||||
(version "3.1.1")
|
||||
(version "3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyserial" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k1nfdrxxkdlv4zgaqsdv8li0pj3gbh2pyxw8q2bsg6f9490amyn"))))
|
||||
"09y68bczw324a4jb9a1cfwrbjhq179vnfkkkrybbksp0vqgl0bbf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: 3/49 tests are failing.
|
||||
|
|
Loading…
Reference in a new issue