guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f3098e64b38f19250e7ed9f701c3056c3936ba26
Author: Brendan Tildesley <[email protected]>
AuthorDate: Tue Dec 2 23:26:57 2025 +1100

    gnu: python-humanize: Update to 4.14.0.
    
    * gnu/packages/python-xyz.scm (python-humanize): Update to 4.14.0.
    [native-inputs]: Add python-hatch-vcs, python-hatchling. Remove 
python-wheel.
    
    Change-Id: I1141ae4e117910c0cf55b7b59bb66e7aab1f0520
---
 gnu/packages/python-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 74985ee981..5e141d9643 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28318,17 +28318,20 @@ project.")
 (define-public python-humanize
   (package
     (name "python-humanize")
-    (version "4.0.0")
+    (version "4.14.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "humanize" version))
         (sha256
          (base32
-          "006vpl19bffy9fn0sssxbfakcvgrx7fhvy6l515fzln7vwpqf7zf"))))
+          "03d9xdashy8bsxvg15nz3ih1nsl6na1cmc9mqh2xch56brq9581g"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-freezegun python-pytest python-setuptools python-wheel))
+     (list python-freezegun
+           python-hatch-vcs
+           python-hatchling
+           python-pytest))
     (home-page "https://github.com/jmoiron/humanize";)
     (synopsis "Print numerical information in a human-readable form")
     (description "This package provides a Python module that displays numbers

Reply via email to