diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-03-05 17:17:53 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-05 19:08:48 +0000 |
| commit | 0293594e2dabce56f43c416f0b2e23b6073ef3c5 (patch) | |
| tree | d228f78ca421eb6ac8f03644379d1804ea1feffc /gnu/packages/python-xyz.scm | |
| parent | dd26a9bd77bd4e43f5e8f9a91ee5e5e6358f718d (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
