mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-marshmallow: Update to 3.0.0b14.
* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b14.
This commit is contained in:
parent
a42b68480b
commit
3715e79ec8
1 changed files with 2 additions and 2 deletions
|
@ -12179,14 +12179,14 @@ (define-public python2-flex
|
|||
(define-public python-marshmallow
|
||||
(package
|
||||
(name "python-marshmallow")
|
||||
(version "3.0.0b3")
|
||||
(version "3.0.0b14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "marshmallow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07mcrij1yvk85lvgx44wwr9pc80xryghvlgayb057g1cazcypysd"))))
|
||||
"1digk3f5cfk7wmlka65mc7bzsd96pbsgcsvp6pimd5b4ff9zb5p3"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil)
|
||||
|
|
Loading…
Reference in a new issue