gnu: python-pyaml: Update to 17.7.2.
* gnu/packages/databases.scm (python-pyaml): Update to 17.7.2.
This commit is contained in:
parent
89c3eaaa98
commit
963926bc78
|
@ -12157,13 +12157,13 @@ addresses, and phone numbers.")
|
||||||
(define-public python-pyaml
|
(define-public python-pyaml
|
||||||
(package
|
(package
|
||||||
(name "python-pyaml")
|
(name "python-pyaml")
|
||||||
(version "15.8.2")
|
(version "17.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyaml" version))
|
(uri (pypi-uri "pyaml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f5m28vkh4ksq3d80d8mmd2z8wxvc3mgy2pmrv2751dm2xgznm4w"))))
|
"132grrw0ajq4nrappi3ldbkb952k7yn9b6c7csi2rmvzm1g6ppp2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-unidecode" ,python-unidecode)))
|
`(("python-unidecode" ,python-unidecode)))
|
||||||
|
|
Loading…
Reference in New Issue