diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-04 21:31:11 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:35 +0100 |
| commit | 73058a625058948f75a89fb355348262706e1626 (patch) | |
| tree | 7fdabf3d827a092b92f2ade48cf0d0e95b9e4803 /gnu/packages/python-web.scm | |
| parent | c906ed028e46136b4f2eed909ed0537a871252af (diff) | |
gnu: python-starsessions: Update input.
* gnu/packages/python-web.scm (python-starsessions)[propagated-inputs]:
Replace python-starlette-for-fastapi-0.88 with python-starlette.
Change-Id: I07d5bf85ae9980e862dad456d2cde7f1adc1a0ff
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4c307b50358..e093152793b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9806,7 +9806,7 @@ Interface) framework/toolkit for building async web services in Python.") (propagated-inputs (list python-redis python-itsdangerous - python-starlette-for-fastapi-0.88)) + python-starlette)) (native-inputs (list python-black python-flake8 |
