gnu: python-marshmallow: Remove 3.2.1.

* gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
This commit is contained in:
Marius Bakke 2022-01-12 19:01:07 +01:00
parent 5ff2218eef
commit 9f6d4cf67a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -19531,17 +19531,6 @@ (define-public python-marshmallow
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")