python3Packages.caido-schema-proxy: 0.57.0 -> 0.57.1

This commit is contained in:
R. Ryantm
2026-07-12 16:23:49 +00:00
parent 46e5901ea2
commit 47cff4e38c

View File

@@ -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 ];