python: pytz: 2019.1 -> 2019.3

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:20:18 +02:00
parent 5b324c1825
commit 5d0b43069e

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytz";
version = "2019.1";
version = "2019.3";
src = fetchPypi {
inherit pname version;
sha256 = "d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141";
sha256 = "b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be";
};
checkPhase = ''