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
This commit is contained in:
Ricardo Wurmus 2025-01-04 21:31:11 +01:00
parent ebefdd0cd2
commit a9709de79a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9806,7 +9806,7 @@ (define-public python-starsessions
(propagated-inputs
(list python-redis
python-itsdangerous
python-starlette-for-fastapi-0.88))
python-starlette))
(native-inputs
(list python-black
python-flake8