rekado pushed a commit to branch master
in repository guix.

commit 73058a625058948f75a89fb355348262706e1626
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jan 4 21:31:11 2025 +0100

    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
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4c307b5035..e093152793 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

Reply via email to