python3Packages.json-schema-to-pydantic: 0.4.9 -> 0.4.11

This commit is contained in:
R. Ryantm
2026-03-11 11:05:18 +00:00
parent fff3518dcc
commit 2d11d4d125
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "json-schema-to-pydantic";
version = "0.4.9";
version = "0.4.11";
pyproject = true;
src = fetchFromGitHub {
owner = "richard-gyiko";
repo = "json-schema-to-pydantic";
tag = "v${finalAttrs.version}";
hash = "sha256-j3E3jkb9l5s4JnGeBACG4/GznB1F+S2Fh0ncZEvvXuM=";
hash = "sha256-9T7ScIf5jJBbldNwLHEchrctr3V4LmqxNGhor6QIzO4=";
};
build-system = [