summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-23 00:44:50 -0400
committerLeo Famulari <leo@famulari.name>2021-03-26 14:18:23 -0400
commitb05edb8c14900822ae9c1bb3fde78743cc32e279 (patch)
tree60d750b845601228e499de6e961357923ab1e8bb /gnu/packages/time.scm
parent078dbd22f5e2331f69d24cb1bcaee75cb76b920b (diff)
downloadguix-patches-b05edb8c14900822ae9c1bb3fde78743cc32e279.tar
guix-patches-b05edb8c14900822ae9c1bb3fde78743cc32e279.tar.gz
gnu: python-pytzdata: Update to 2020.1.
* gnu/packages/time.scm (python-pytzdata): Update to 2020.1.
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r--gnu/packages/time.scm4
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?