summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-27 21:11:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-27 22:19:32 +0100
commitda107cf5be52278da472f53f0671407bd5b6e015 (patch)
tree637663f9110c8f1b5e576bebd887c0fc1d802fe3
parent8f803775a639a50556427f3d2990b1ae1b0928b3 (diff)
downloadpatches-da107cf5be52278da472f53f0671407bd5b6e015.tar
patches-da107cf5be52278da472f53f0671407bd5b6e015.tar.gz
gnu: python-cftime: Update to 1.0.4.2.
* gnu/packages/python-xyz.scm (python-cftime): Update to 1.0.4.2.
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d084b7c0d..8ad5c92239 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)))