python3Packages.scalar-fastapi: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-08-06 17:03:42 +00:00
parent 1fc1fb2700
commit 86f81ffbb8
@@ -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 = [