guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pyserial: Update to 3.4.


From: guix-commits
Subject: 01/01: gnu: python-pyserial: Update to 3.4.
Date: Thu, 26 Dec 2019 07:01:10 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit 00d81f9866726f85241f08e444ba3932fcb38842
Author: Björn Höfling <address@hidden>
Date:   Thu Dec 26 12:28:19 2019 +0100

    gnu: python-pyserial: Update to 3.4.
    
    * gnu/packages/python-xyz.scm (python-pyserial): Update to 3.4.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2077d6d..331b80e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11006,14 +11006,14 @@ relays publish about themselves.")
 (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]