~ruther/guix-local

3654e8e9f0cc332f385f7e71951d54186eb40a50 — Hartmut Goebel 4 months ago 160b512
gnu: python-cftime: Update to 1.6.5.

Also remove development inputs.

* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.5.
[native-inputs]: Remove python-twine.

Change-Id: I41d2061e6bf0435bc16e04519631b5333f7e0737
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -3
@@ 5003,13 5003,13 @@ Unicode-to-LaTeX conversion.")
(define-public python-cftime
  (package
    (name "python-cftime")
    (version "1.6.4")
    (version "1.6.5")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "cftime" version))
       (sha256
        (base32 "1p5fw25hjqpzwxw3662f72ga30kpf8pbbph8fgb7x2kmjdhl09g3"))))
        (base32 "07p8s5a0xacn404x6l0i04q1gz2h0h9m5azbhdvbhgxlp7bgw9c2"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:phases


@@ 5027,7 5027,6 @@ Unicode-to-LaTeX conversion.")
     (list python-cython
           python-pytest
           python-setuptools
           python-twine
           python-wheel))
    (home-page "https://unidata.github.io/cftime/")
    (synopsis "Library for time handling")