mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-yapf: Update to 0.29.0.
* gnu/packages/python-xyz.scm (python-yapf): Update to 0.29.0.
This commit is contained in:
parent
d1efb11a0c
commit
19ba75dc02
1 changed files with 2 additions and 2 deletions
|
@ -14555,14 +14555,14 @@ (define-public python2-send2trash
|
|||
(define-public python-yapf
|
||||
(package
|
||||
(name "python-yapf")
|
||||
(version "0.24.0")
|
||||
(version "0.29.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "yapf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0anwby0ydmyzcsgjc5dn1ryddwvii4dq61vck447q0n96npnzfyf"))))
|
||||
"1pj3xzblmbssshi889b6n9hwqbjpabw6j0fimlng2sshd3226bki"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/google/yapf")
|
||||
(synopsis "Formatter for Python code")
|
||||
|
|
Loading…
Reference in a new issue