~ruther/guix-local

c2c742f2ee12ffb5990d4dd9dccfce2c56060210 — Sharlatan Hellseher 4 months ago cbad86a
gnu: python-quart-trio: Adjust inputs.

* gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]:
Remove python-hypercorn; add hypercorn.

Change-Id: I2a5bdcf7e1ec2b033f8bbda676084792c151e4f1
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -2
@@ 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")