python3Packages.caido-schema-proxy: 0.57.0 -> 0.57.1 (#541097)

This commit is contained in:
Fabian Affolter
2026-07-13 10:57:10 +00:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage (finalAttrs: {
pname = "caido-schema-proxy";
version = "0.57.0";
version = "0.57.1";
pyproject = true;
__structuredAttrs = true;
@@ -16,7 +16,7 @@ buildPythonPackage (finalAttrs: {
src = fetchPypi {
pname = "caido_schema_proxy";
inherit (finalAttrs) version;
hash = "sha256-5hholzMKrNuJZUZIvg+phProD8OZ/YB0ZSGReGa2IqU=";
hash = "sha256-gIElEhHnMDfz6hu0UTOtTiYaB/ZnfeBCskEWTM9419M=";
};
build-system = [ hatchling ];