mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pyflakes: Update to 2.0.0.
* gnu/packages/python.scm (python-pyflakes): Update to 2.0.0.
This commit is contained in:
parent
3765c9c95b
commit
e8e7cd12c7
1 changed files with 2 additions and 2 deletions
|
@ -5512,14 +5512,14 @@ (define-public python2-pep8
|
|||
(define-public python-pyflakes
|
||||
(package
|
||||
(name "python-pyflakes")
|
||||
(version "1.5.0")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyflakes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x1pcca4a24k4pw8x1c77sgi58cg1wl2k38mp8a25k608pzls3da"))))
|
||||
"0jba28czyvimdc72llms3f17swp3i8jdcabf5w0j00adfbn64xls"))))
|
||||
(build-system python-build-system)
|
||||
(home-page
|
||||
"https://github.com/pyflakes/pyflakes")
|
||||
|
|
Loading…
Reference in a new issue