Merge pull request #182334 from r-ryantm/auto-update/python3.10-types-pytz

python310Packages.types-pytz: 2022.1.1 -> 2022.1.2
This commit is contained in:
Mario Rodas 2022-07-23 09:29:22 -05:00 committed by GitHub
commit edc8ef57cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-pytz"; pname = "types-pytz";
version = "2022.1.1"; version = "2022.1.2";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-TnrdcIhtwu5u51NcgYSibusKyduvrpliy4gtdLn2czA="; sha256 = "sha256-GoslwiXF5r2EaKqetF3dOzN/ZxbUByrQqk7x5BR47rw=";
}; };
# Modules doesn't have tests # Modules doesn't have tests