python3Packages.annotated-doc: 0.0.3 -> 0.0.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:31:39 +01:00
parent 87512348ff
commit 47e94a6aa9
@@ -2,25 +2,25 @@
lib,
buildPythonPackage,
fetchFromGitHub,
uv-build,
pdm-backend,
pytestCheckHook,
typing-extensions,
}:
buildPythonPackage rec {
pname = "annotated-doc";
version = "0.0.3";
version = "0.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "fastapi";
repo = "annotated-doc";
tag = version;
hash = "sha256-PFB+GqFRe5vF8xoWJPsXligSpzkUIt8TOqsmrKlfwyc=";
hash = "sha256-O7kobzzFfHelYsxTflifEcoEWsUmPzlDz3siFTAq0I0=";
};
build-system = [
uv-build
pdm-backend
];
nativeCheckInputs = [