diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 12:47:13 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:58 +0100 |
| commit | 7d6c683bc465c7624fbbf21025deb7594ac3aeae (patch) | |
| tree | 3fe434310f89281a20ca5102e6afb2c5929d2232 /gnu/packages/python-xyz.scm | |
| parent | c6614e132f72b43c9576eaeb9c3bbae1a21ebae3 (diff) | |
gnu: python-crontab: Update to 3.3.0.
* gnu/packages/python-xyz.scm (python-crontab): Update to 3.3.0.
[source] <pypi-uri>: Fix the name.
[native-inputs]: Remove python-wheel.
Change-Id: Ic5ea74269d289ec1d9e6a9132a25bc57a907406c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0aafb60ff5e..b3a1b2d932b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27825,13 +27825,13 @@ format.") (define-public python-crontab (package (name "python-crontab") - (version "3.2.0") + (version "3.3.0") (source (origin (method url-fetch) - (uri (pypi-uri name version)) + (uri (pypi-uri "python_crontab" version)) (sha256 - (base32 "0sy3qlki43n6qmhzzzyya4wcs50mcp3mg1ddn9h39plsscfps1j0")))) + (base32 "06r9vqaplqd9saazqw3lprlbv4sb2an0zkjdxh23xpyxd3p8lz00")))) (build-system pyproject-build-system) (arguments (list #:test-flags @@ -27847,7 +27847,7 @@ format.") (inputs (list mcron python-dateutil)) (native-inputs - (list python-pytest python-setuptools python-wheel)) + (list python-pytest python-setuptools)) (home-page "https://gitlab.com/doctormo/python-crontab/") (synopsis "Module for reading and writing crontab files") (description "This Python module can read, write crontab files, and |
