gnu: python-pendulum: Update to 2.1.2.
* gnu/packages/time.scm (python-pendulum): Update to 2.1.2.master
parent
2a02591266
commit
5e7fa52841
|
@ -140,13 +140,13 @@ saving time. Almost all of the Olson timezones are supported.")
|
||||||
(define-public python-pendulum
|
(define-public python-pendulum
|
||||||
(package
|
(package
|
||||||
(name "python-pendulum")
|
(name "python-pendulum")
|
||||||
(version "2.1.1")
|
(version "2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pendulum" version))
|
(uri (pypi-uri "pendulum" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1w4an6ki3l1pc36m2f2xiglaw5czmj9b4imbigln9z6mlnkkjxyr"))))
|
(base32 "01zjc245w08j0xryrgrq9vng59q1cl5ry0hcpw5rj774pyhhqsmh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; XXX: The PyPI distribution lacks tests, and the upstream repository
|
;; XXX: The PyPI distribution lacks tests, and the upstream repository
|
||||||
;; lacks a setup.py!
|
;; lacks a setup.py!
|
||||||
|
|
Reference in New Issue