python3Packages.pydantic: 1.10.4 -> 1.10.5

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:37 +01:00
parent 235ced7a61
commit 78d2dfb103

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "pydantic";
version = "1.10.4";
version = "1.10.5";
outputs = [
"out"
@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "samuelcolvin";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-BFyv1uVq2pLcJeS5955G/pDA3ce9YTqZ6F7kAkwnuvY=";
sha256 = "sha256-hcjnFqHTQiCIJh7L9JfpHHTm8GEZ+Vac6HO59cbEpWM=";
};
postPatch = ''