me
/
guix
Archived
1
0
Fork 0

gnu: python-pytzdata: Update to 2020.1.

* gnu/packages/time.scm (python-pytzdata): Update to 2020.1.
master
Leo Famulari 2021-03-23 00:44:50 -04:00
parent 078dbd22f5
commit b05edb8c14
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -97,14 +97,14 @@ expressions.")
(define-public python-pytzdata
(package
(name "python-pytzdata")
(version "2019.3")
(version "2020.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytzdata" version))
(sha256
(base32
"0ppfc6kz4p41mxyqxq1g1zp6gvns99g6b344qj6ih0x9vxy6zh7s"))))
"0h0md0ldhb8ghlwjslkzh3wcj4fxg3n43bj5sghqs2m06nri7yiy"))))
(build-system python-build-system)
;; XXX: The PyPI distribution contains no tests, and the upstream
;; repository lacks a setup.py! How to build from git?