guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: python-cftime: Update to 1.0.4.2.


From: guix-commits
Subject: 07/07: gnu: python-cftime: Update to 1.0.4.2.
Date: Sun, 27 Oct 2019 17:31:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit da107cf5be52278da472f53f0671407bd5b6e015
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 21:11:47 2019 +0100

    gnu: python-cftime: Update to 1.0.4.2.
    
    * gnu/packages/python-xyz.scm (python-cftime): Update to 1.0.4.2.
---
 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 7d084b7..8ad5c92 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -548,14 +548,13 @@ concepts.")
 (define-public python-cftime
   (package
     (name "python-cftime")
-    (version "1.0.3.4")
+    (version "1.0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cftime" version))
        (sha256
-        (base32
-         "0362dhxbzk593walyjz30dll6y2y79wialik647cbwdsf3ad0x6x"))))
+        (base32 "0w0gi6jnch38hiygl62j4xkcirv4y3dcwrvxl9p7bsk6j27lzihs"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-numpy" ,python-numpy)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]