1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 01:41:36 +02:00

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
+1 -1
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