gnu: python-pyflakes: Update to 2.3.1.

* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.3.1.
This commit is contained in:
Efraim Flashner 2021-03-29 16:57:47 +03:00
parent d41d96d836
commit 91741db539
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8564,14 +8564,14 @@ (define-public python2-pep517
(define-public python-pyflakes
(package
(name "python-pyflakes")
(version "2.2.0")
(version "2.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyflakes" version))
(sha256
(base32
"1j3zqbiwkyicvww499bblq33x0bjpzdrxajhaysr7sk7x5gdgcim"))))
"1ny10364ciqh4ripasj4zzv4145l21l3s85m3qlrvfq5pk58xg7m"))))
(build-system python-build-system)
(home-page
"https://github.com/pyflakes/pyflakes")