guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/45: gnu: python-marshmallow-jsonapi: Use python-marshmallow.


From: guix-commits
Subject: 30/45: gnu: python-marshmallow-jsonapi: Use python-marshmallow.
Date: Wed, 12 Jan 2022 17:58:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5ff2218eefe85c5b660c96b8a0148876dee37d57
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 18:59:40 2022 +0100

    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.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0121946cb6..5e7ffca4a8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]