guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b69026000d074a5dcd720ebbef977b388e67a545
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 12:47:13 2026 +0000

    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
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 87d3473f65..d601f0894f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27737,13 +27737,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
@@ -27759,7 +27759,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

Reply via email to