forked from mirrors/nixpkgs
Merge pull request #159951 from fabaff/bump-types-pytz
python3Packages.types-pytz: 2021.3.4 -> 2021.3.5
This commit is contained in:
commit
365c4903c6
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pytz";
|
||||
version = "2021.3.4";
|
||||
version = "2021.3.5";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "101da53091013bb07403468c20d36930d749d3918054ac46f9c1bfc607dadf7d";
|
||||
sha256 = "sha256-/vjeI47pUTWVIimiojv7h71j1abIWYEGpGz89I8Gnqg=";
|
||||
};
|
||||
|
||||
# Modules doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue