python3Packages.scalar-fastapi: 1.2.2 -> 1.2.3 (#431505)

This commit is contained in:
Yohann Boniface
2025-08-07 22:53:04 +02:00
committed by GitHub
@@ -23,13 +23,13 @@
buildPythonPackage rec {
pname = "scalar-fastapi";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
src = fetchPypi {
pname = "scalar_fastapi";
inherit version;
hash = "sha256-r5GoX6f7Ru078WcRvGNyhyYDxL1w4yjbfHvlf+ZF/sc=";
hash = "sha256-z5ujaUfqGwQC/B+jEfMKaQs547rt7x97RVPPVwAtrOs=";
};
build-system = [