gnu: python-ruamel.yaml: Update to 0.15.33.

* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.33.
master
Tobias Geerinckx-Rice 2017-09-01 03:14:03 +02:00
parent d5909be93b
commit 0c3a1674e4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -359,14 +359,14 @@ However, “Memory efficiency” and “Speed” have not been primary goals.")
(define-public python-ruamel.yaml
(package
(name "python-ruamel.yaml")
(version "0.15.19")
(version "0.15.33")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ruamel.yaml" version))
(sha256
(base32
"0qx779avw8d1vsjqyi7z21h1g5ykp8paqavgj0lzbp8h7bw9vpgv"))))
"1s4b0zwn9pkk4xxjhx77giyfddc738drd6vgraw6n2syvj03s31d"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))