Merge pull request #238046 from marsam/update-pydantic

python310Packages.pydantic: 1.10.8 -> 1.10.9
This commit is contained in:
Martin Weinelt 2023-06-18 12:34:35 +02:00 committed by GitHub
commit 1318bf21f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "pydantic";
version = "1.10.8";
version = "1.10.9";
format = "setuptools";
outputs = [
@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "pydantic";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4oJoDlP1grLblF0ppqYM1GYEyNMEM9FssFQjacipmms=";
hash = "sha256-POqMxBJUFFS1TnO9h5W7jYwFlukBOng0zbtq4kzmMB4=";
};
patches = [