nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.pydantic: 1.10.5 -> 1.10.7

https://github.com/pydantic/pydantic/releases/tag/v1.10.6
https://github.com/pydantic/pydantic/releases/tag/v1.10.7

+3 -2
+3 -2
pkgs/development/python-modules/pydantic/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "pydantic"; 34 - version = "1.10.5"; 34 + version = "1.10.7"; 35 + format = "setuptools"; 35 36 36 37 outputs = [ 37 38 "out" ··· 46 45 owner = "samuelcolvin"; 47 46 repo = pname; 48 47 rev = "refs/tags/v${version}"; 49 - hash = "sha256-hcjnFqHTQiCIJh7L9JfpHHTm8GEZ+Vac6HO59cbEpWM="; 48 + hash = "sha256-7X7rlHJ5Q01CuB9FZzoUfyfwx6AMXtE1BV5t+LnZKIM="; 50 49 }; 51 50 52 51 postPatch = ''