Skip to content
Snippets Groups Projects
Unverified Commit 4e638784 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: python-pyflakes: Update to 2.2.0.

* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.2.0.
parent 358dda42
No related branches found
No related tags found
No related merge requests found
...@@ -7481,14 +7481,14 @@ (define-public python2-pep8 ...@@ -7481,14 +7481,14 @@ (define-public python2-pep8
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment