gnu: python-marshmallow-jsonapi: Use python-marshmallow.

* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[propagated-inputs]:
Change from PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
This commit is contained in:
Marius Bakke 2022-01-12 18:59:40 +01:00
parent a1f487eba7
commit 5ff2218eef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -19554,7 +19554,7 @@ (define-public python-marshmallow-jsonapi
(base32 "1d9pxcgmln4gls99vwj1h24qv0lz7fb2jqmqrsiv1pid1snc125x"))))
(build-system python-build-system)
(propagated-inputs
(list python-marshmallow-3.2))
(list python-marshmallow))
(native-inputs
(list python-faker
python-flake8