mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyflakes: Update to 3.0.1.
* gnu/packages/python-xyz.scm (python-pyflakes): Update to 3.0.1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e7c8ca0c59
commit
1697c8e605
1 changed files with 2 additions and 2 deletions
|
@ -15218,14 +15218,14 @@ use of the Meson build system.")
|
||||||
(define-public python-pyflakes
|
(define-public python-pyflakes
|
||||||
(package
|
(package
|
||||||
(name "python-pyflakes")
|
(name "python-pyflakes")
|
||||||
(version "2.4.0")
|
(version "3.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyflakes" version))
|
(uri (pypi-uri "pyflakes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k5jn8jpxni264wxf6cc3xcd1qckc0pww30bsd77mwzdf8l5ra05"))))
|
"0gxgz0kg008pgmjk1dn8z3g00dfa9pc3f80pm6r1yqjly4zn0q8w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/PyCQA/pyflakes")
|
(home-page "https://github.com/PyCQA/pyflakes")
|
||||||
(synopsis "Passive checker of Python programs")
|
(synopsis "Passive checker of Python programs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue