guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3654e8e9f0cc332f385f7e71951d54186eb40a50
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 11:51:45 2025 +0200
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
---
gnu/packages/python-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 45ced15aaa..0f4fa77607 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")