gnu: python-pyyaml: Update to 3.13.

* gnu/packages/python.scm (python-pyyaml): Update to 3.13.
This commit is contained in:
Marius Bakke 2018-07-12 16:06:28 +02:00
parent 316ece170c
commit 250276a202
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2218,14 +2218,14 @@ (define-public python2-itsdangerous
(define-public python-pyyaml
(package
(name "python-pyyaml")
(version "3.12")
(version "3.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyYAML" version))
(sha256
(base32
"1aqjl8dk9amd4zr99n8v2qxzgmr2hdvqfma4zh7a41rj6336c9sr"))))
"1gx603g484z46cb74j9rzr6sjlh2vndxayicvlyhxdz98lhhkwry"))))
(build-system python-build-system)
(inputs
`(("libyaml" ,libyaml)))