mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -12157,13 +12157,13 @@ (define-public python2-faker
|
|||
(define-public python-pyaml
|
||||
(package
|
||||
(name "python-pyaml")
|
||||
(version "15.8.2")
|
||||
(version "17.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyaml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f5m28vkh4ksq3d80d8mmd2z8wxvc3mgy2pmrv2751dm2xgznm4w"))))
|
||||
"132grrw0ajq4nrappi3ldbkb952k7yn9b6c7csi2rmvzm1g6ppp2"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-unidecode" ,python-unidecode)))
|
||||
|
|
Loading…
Reference in a new issue