unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2.
@ 2023-06-24 15:00 Felix Gruber
  2023-06-26  9:50 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2023-06-24 15:00 UTC (permalink / raw)
  To: 64267; +Cc: Felix Gruber

* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
[build-system]: Use pyproject-build-system.
---
 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 b650b71f3b..4fc6dd9368 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2220,14 +2220,14 @@ (define-public python-sh
 (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

base-commit: d6dc82e8cdb2d6114a12b06d449ce7f1150c7f70
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2.
  2023-06-24 15:00 [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2 Felix Gruber
@ 2023-06-26  9:50 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-26  9:50 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 64267-done, 64267

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]


Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
> [build-system]: Use pyproject-build-system.
> ---
>  gnu/packages/python-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, I've pushed this to master as
23f02e6f96a5353577eccfacfad0c12f70a5f8ab.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-26  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 15:00 [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2 Felix Gruber
2023-06-26  9:50 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).