emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60046: closed ([PATCH] gnu: python-pyserial-asyncio: Update to 0.6.)


From: GNU bug Tracking System
Subject: bug#60046: closed ([PATCH] gnu: python-pyserial-asyncio: Update to 0.6.)
Date: Mon, 16 Jan 2023 20:39:03 +0000

Your message dated Mon, 16 Jan 2023 20:37:37 +0000
with message-id <87h6wq43m8.fsf@cbaines.net>
and subject line Re: [bug#60046] [PATCH] gnu: python-pyserial-asyncio: Update 
to 0.6.
has caused the debbugs.gnu.org bug report #60046,
regarding [PATCH] gnu: python-pyserial-asyncio: Update to 0.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60046
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pyserial-asyncio: Update to 0.6. Date: Tue, 13 Dec 2022 15:39:05 -0500
From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.
---
 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 3ea2763b49..f966971a2f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18288,13 +18288,13 @@ (define-public python-pyserial
 (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";)
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60046] [PATCH] gnu: python-pyserial-asyncio: Update to 0.6. Date: Mon, 16 Jan 2023 20:37:37 +0000 User-agent: mu4e 1.8.11; emacs 28.2
peter@polidoro.io writes:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.
> ---
>  gnu/packages/python-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me :) Pushed to master as
bc61a788b385d88b1365327bb11ece77fe5169b3.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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