gnu: python-cftime: Update to 1.0.4.2.

* gnu/packages/python-xyz.scm (python-cftime): Update to 1.0.4.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-27 21:11:47 +01:00
parent 8f803775a6
commit da107cf5be
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -548,14 +548,13 @@ (define-public python2-sh
(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)))