guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-pyserial-asyncio: Update to 0.6.


From: guix-commits
Subject: 02/04: gnu: python-pyserial-asyncio: Update to 0.6.
Date: Mon, 16 Jan 2023 15:31:20 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit bc61a788b385d88b1365327bb11ece77fe5169b3
Author: Peter Polidoro <peter@polidoro.io>
AuthorDate: Tue Dec 13 15:39:05 2022 -0500

    gnu: python-pyserial-asyncio: Update to 0.6.
    
    * gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 c91561e787..c9d9d2e672 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18350,13 +18350,13 @@ etc.")
 (define-public python-pyserial-asyncio
   (package
     (name "python-pyserial-asyncio")
-    (version "0.5")
+    (version "0.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyserial-asyncio" version))
        (sha256
-        (base32 "0cwd2cjz859v6jrm3y6hikfqjyhyfj5vhfjb8vvflvl6791yah8n"))))
+        (base32 "0bx3syngmq2j9mh81byzka1x4ilw8ac9mbx52zn7b7ayw0ijj0xn"))))
     (build-system python-build-system)
     (propagated-inputs (list python-pyserial))
     (home-page "https://github.com/pyserial/pyserial-asyncio";)



reply via email to

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