From 0293594e2dabce56f43c416f0b2e23b6073ef3c5 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 5 Mar 2026 17:17:53 +0900 Subject: 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 --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13ba0b2265a..ef08cd371c0 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 -- cgit v1.3