mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyflakes: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.2.0.
This commit is contained in:
parent
358dda42e7
commit
4e6387846b
1 changed files with 2 additions and 2 deletions
|
@ -7481,14 +7481,14 @@ PEP 8.")
|
||||||
(define-public python-pyflakes
|
(define-public python-pyflakes
|
||||||
(package
|
(package
|
||||||
(name "python-pyflakes")
|
(name "python-pyflakes")
|
||||||
(version "2.1.1")
|
(version "2.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
|
||||||
"18pq95a1xj2dgdd0m85gyfsn40jajj4xc3lp8wfv7igqhrc86xnr"))))
|
"1j3zqbiwkyicvww499bblq33x0bjpzdrxajhaysr7sk7x5gdgcim"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/pyflakes/pyflakes")
|
"https://github.com/pyflakes/pyflakes")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue