summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5e7ffca4a8..d4f10bc2e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19531,17 +19531,6 @@ multitouch applications.")
      complex datatypes to and from native Python datatypes.")
     (license license:expat)))
 
-(define-public python-marshmallow-3.2
-  (package
-    (inherit python-marshmallow)
-    (version "3.2.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "marshmallow" version))
-       (sha256
-        (base32 "1w18klwj0z9bqxj252qpj1hz8l46nl27sbc89rkajc7mln73wbws"))))))
-
 (define-public python-marshmallow-jsonapi
   (package
     (name "python-marshmallow-jsonapi")