gnu: python-pyaml: Update to 18.11.0.

* gnu/packages/python.scm (python-pyaml): Update to 18.11.0.
This commit is contained in:
Marius Bakke 2018-12-08 19:06:31 +01:00
parent 8a831c6f06
commit 08861d259b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -9759,13 +9759,13 @@ addresses, and phone numbers.")
(define-public python-pyaml (define-public python-pyaml
(package (package
(name "python-pyaml") (name "python-pyaml")
(version "17.7.2") (version "18.11.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyaml" version)) (uri (pypi-uri "pyaml" version))
(sha256 (sha256
(base32 (base32
"132grrw0ajq4nrappi3ldbkb952k7yn9b6c7csi2rmvzm1g6ppp2")))) "0fi604ix8lbpj1266q7js6szm771saprdzzcdwmj43wy83694qmr"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-unidecode" ,python-unidecode))) `(("python-unidecode" ,python-unidecode)))