diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-23 00:44:50 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-26 14:18:23 -0400 |
commit | b05edb8c14900822ae9c1bb3fde78743cc32e279 (patch) | |
tree | 60d750b845601228e499de6e961357923ab1e8bb /gnu | |
parent | 078dbd22f5e2331f69d24cb1bcaee75cb76b920b (diff) | |
download | guix-b05edb8c14900822ae9c1bb3fde78743cc32e279.tar guix-b05edb8c14900822ae9c1bb3fde78743cc32e279.tar.gz |
gnu: python-pytzdata: Update to 2020.1.
* gnu/packages/time.scm (python-pytzdata): Update to 2020.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/time.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index be37ea980e..20a7ad114f 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -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? |