Skip to content

Commit

Permalink
python: pytz: 2019.1 -> 2019.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 18, 2019
1 parent 5b324c1 commit 5d0b430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytz/default.nix
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "pytz";
version = "2019.1";
version = "2019.3";

src = fetchPypi {
inherit pname version;
sha256 = "d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141";
sha256 = "b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be";
};

checkPhase = ''
Expand Down

0 comments on commit 5d0b430

Please sign in to comment.