Merge pull request #223357 from fabaff/types-pytz-bump
python310Packages.types-pytz: 2022.7.1.2 -> 2023.2.0.0
This commit is contained in:
commit
25766266ee
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pytz";
|
||||
version = "2022.7.1.2";
|
||||
version = "2023.2.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-SH0+jp9Ace7ICBdG1T+pgrvAWBLnGdy/Lr89VaGkzSg=";
|
||||
hash = "sha256-7sfIBiIHds3nsvsgNxhT3dDRT6dUTKPGhiQzreN0ad8=";
|
||||
};
|
||||
|
||||
# Modules doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue