mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-marshmallow: Remove 3.2.1.
* gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
This commit is contained in:
parent
5ff2218eef
commit
9f6d4cf67a
1 changed files with 0 additions and 11 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue