guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0293594e2dabce56f43c416f0b2e23b6073ef3c5
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Thu Mar 5 17:17:53 2026 +0900

    gnu: python-apscheduler: Update to 3.11.2.
    
    * gnu/packages/python-xyz.scm (python-apscheduler): Update to 3.11.2.
      [native-inputs]: Replace python-pytest-asyncio-0.26
      with python-pytest-asyncio.
    
    Change-Id: Ie81348a8fec91a9e7b030b2e0b8c34cdee7177f9
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13ba0b2265..ef08cd371c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28051,13 +28051,13 @@ access the system cron automatically and simply using 
a direct API.")
 (define-public python-apscheduler
   (package
     (name "python-apscheduler")
-    (version "3.11.1")
+    (version "3.11.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "apscheduler" version))
               (sha256
                (base32
-                "08gjh0l7ba87yp23ilqigp3q004gnnw092p9gxsd310c83v7mdqd"))))
+                "0hgg7r3s1k6qj4fy3whrpyqj8vm0wvk3lk4c1h15z07caaq6d69a"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -28085,7 +28085,7 @@ access the system cron automatically and simply using a 
direct API.")
            python-gevent
            python-pyside-6
            python-pytest
-           python-pytest-asyncio-0.26
+           python-pytest-asyncio
            python-pytz
            python-setuptools
            python-setuptools-scm

Reply via email to