~ruther/guix-local

f3098e64b38f19250e7ed9f701c3056c3936ba26 — Brendan Tildesley 2 months ago 0bde2c3
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
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -3
@@ 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