me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 1 additions and 1 deletions

View File

@ -19554,7 +19554,7 @@ multitouch applications.")
(base32 "1d9pxcgmln4gls99vwj1h24qv0lz7fb2jqmqrsiv1pid1snc125x"))))
(build-system python-build-system)
(propagated-inputs
(list python-marshmallow-3.2))
(list python-marshmallow))
(native-inputs
(list python-faker
python-flake8