me
/
guix
Archived
1
0
Fork 0

gnu: Add python-marshmallow@3.2.

* gnu/packages/python-xyz.scm (python-marshmallow-3.2): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
David Larsson 2021-10-26 19:44:35 +02:00 committed by Tobias Geerinckx-Rice
parent f19e11e1da
commit 64835a7103
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 11 additions and 0 deletions

View File

@ -19168,6 +19168,17 @@ Python datatypes.")
complex datatypes to and from native Python datatypes.") complex datatypes to and from native Python datatypes.")
(license license:expat))) (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-apispec (define-public python-apispec
(package (package
(name "python-apispec") (name "python-apispec")