guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c2c742f2ee12ffb5990d4dd9dccfce2c56060210
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 24 11:07:40 2025 +0100
gnu: python-quart-trio: Adjust inputs.
* gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]:
Remove python-hypercorn; add hypercorn.
Change-Id: I2a5bdcf7e1ec2b033f8bbda676084792c151e4f1
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3f86ce395a..e65bb98141 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11691,8 +11691,8 @@ as Flask.")
python-pytest-sugar
python-pytest-trio))
(propagated-inputs
- (list python-exceptiongroup
- python-hypercorn
+ (list hypercorn
+ python-exceptiongroup
python-quart
python-trio))
(home-page "https://github.com/pgjones/quart-trio")