Skip to content

Commit

Permalink
python3Packages.pytz: 2020.5 -> 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and FRidh committed Feb 20, 2021
1 parent 1873c55 commit 3c6980d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/pytz/default.nix
Expand Up @@ -2,17 +2,19 @@

buildPythonPackage rec {
pname = "pytz";
version = "2020.5";
version = "2021.1";

src = fetchPypi {
inherit pname version;
sha256 = "180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5";
sha256 = "sha256-g6SpCJS/OOJDzwUsi1jzgb/pp6SD9qnKsUC8f3AqxNo=";
};

checkPhase = ''
${python.interpreter} -m unittest discover -s pytz/tests
'';

pythonImportsCheck = [ "pytz" ];

meta = with lib; {
description = "World timezone definitions, modern and historical";
homepage = "https://pythonhosted.org/pytz";
Expand Down

0 comments on commit 3c6980d

Please sign in to comment.