[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: python-cftime: Update to 1.6.2.
From: |
guix-commits |
Subject: |
12/12: gnu: python-cftime: Update to 1.6.2. |
Date: |
Mon, 26 Jun 2023 05:13:43 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 23f02e6f96a5353577eccfacfad0c12f70a5f8ab
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Jun 24 15:00:45 2023 +0000
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>
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7843dc7c33..55531b2785 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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
- branch master updated (e85593b36b -> 23f02e6f96), guix-commits, 2023/06/26
- 01/12: gnu: Add ruby-irb@1.1.1., guix-commits, 2023/06/26
- 06/12: gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0., guix-commits, 2023/06/26
- 08/12: gnu: a2ps: Update to 4.15.5., guix-commits, 2023/06/26
- 12/12: gnu: python-cftime: Update to 1.6.2.,
guix-commits <=
- 03/12: gnu: fuzzel: Update to 1.9.1., guix-commits, 2023/06/26
- 10/12: gnu: kdenlive: Update to 23.04.2, guix-commits, 2023/06/26
- 11/12: gnu: mupdf: Update to 1.22.2., guix-commits, 2023/06/26
- 04/12: gnu: mako: Update to 1.8.0., guix-commits, 2023/06/26
- 05/12: gnu: patchwork: Update to 3.1.1., guix-commits, 2023/06/26
- 07/12: gnu: aerc: Update to 0.15.2., guix-commits, 2023/06/26
- 09/12: gnu: parallel: Update to 20230622., guix-commits, 2023/06/26
- 02/12: gnu: ruby-atoulme-saikuro: Enable tests., guix-commits, 2023/06/26