me
/
guix
Archived
1
0
Fork 0

gnu: python-cftime: Update to 1.6.2.

* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
[build-system]: Use pyproject-build-system.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Felix Gruber 2023-06-24 15:00:45 +00:00 committed by Christopher Baines
parent fdeb7adaed
commit 23f02e6f96
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 3 deletions

View File

@ -2220,14 +2220,14 @@ Unicode-to-LaTeX conversion.")
(define-public python-cftime
(package
(name "python-cftime")
(version "1.5.1.1")
(version "1.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cftime" version))
(sha256
(base32 "0l1a22zlhdpgaisibvvm7dhij4vzfm661rnv00y2snpyqxpdgi3d"))))
(build-system python-build-system)
(base32 "1lp6jrjjgl18csn4bcnphn0l16ag4aynvn7x0kins155p07w0546"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-numpy))
(native-inputs