mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-yapf: Update to 0.43.0.
* gnu/packages/python-xyz.scm (python-yapf): Update to 0.43.0. [native-inputs]: Remove python-importlib-metadata. Change-Id: I0d168d157d9daae664c19282d4a5b60a27dd9dc3
This commit is contained in:
parent
011d2a4416
commit
fc40c8b47a
1 changed files with 3 additions and 3 deletions
|
@ -27354,17 +27354,17 @@ such as lines length, trailing spaces, indentation, etc.")
|
|||
(define-public python-yapf
|
||||
(package
|
||||
(name "python-yapf")
|
||||
(version "0.32.0")
|
||||
(version "0.43.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "yapf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06vxqski7qss2h2iy4fd04czym0cwjrzkaab9h03wzpg6xfhixd3"))))
|
||||
"13i1sn0jfm7snfdzbyrawxl457bdmgsxkmg0n8h99zzdpwjamlq0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-importlib-metadata python-platformdirs python-tomli))
|
||||
(list python-platformdirs python-tomli))
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/google/yapf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue