diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-05-02 19:51:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 19:51:48 +0300 |
commit | ea7c3e056b173570754a8d2f6918fb323995914e (patch) | |
tree | 1e298e3aacc535793f9a8ce30fc65329614ce82f | |
parent | 420cf65304a295fd801927cafc9e12529c677346 (diff) | |
parent | 5769ac8304fb113c11e464c477d86169636a98f6 (diff) |
Merge pull request #12045 from peter-stadler/pytz
python-pytz: update version to 2020.1
-rw-r--r-- | lang/python/python-pytz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-pytz/Makefile b/lang/python/python-pytz/Makefile index 260c43732..d34537527 100644 --- a/lang/python/python-pytz/Makefile +++ b/lang/python/python-pytz/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytz -PKG_VERSION:=2019.3 -PKG_RELEASE:=2 +PKG_VERSION:=2020.1 +PKG_RELEASE:=1 PYPI_NAME:=pytz -PKG_HASH:=b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be +PKG_HASH:=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=MIT |