me
/
guix
Archived
1
0
Fork 0

gnu: python-marshmallow: Update to 3.9.1.

* gnu/packages/python-xyz.scm (python-marshmallow): Update to 3.9.1.
master
Brett Gilio 2020-11-22 17:25:05 -06:00
parent 79caf46a9c
commit 3aa605692c
No known key found for this signature in database
GPG Key ID: F6C52DD1BA27CB87
1 changed files with 2 additions and 2 deletions

View File

@ -16341,14 +16341,14 @@ address is valid and really exists.")
(define-public python-marshmallow (define-public python-marshmallow
(package (package
(name "python-marshmallow") (name "python-marshmallow")
(version "3.0.0b14") (version "3.9.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "marshmallow" version)) (uri (pypi-uri "marshmallow" version))
(sha256 (sha256
(base32 (base32
"1digk3f5cfk7wmlka65mc7bzsd96pbsgcsvp6pimd5b4ff9zb5p3")))) "0kizhh3mnhpa08wfnsv1gagy22bpxzxszgbiylkhpz1d8qvwrykk"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-dateutil" ,python-dateutil) `(("python-dateutil" ,python-dateutil)