me
/
guix
Archived
1
0
Fork 0

gnu: python-pytest-flakes: Update to 4.0.1.

* gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.1.
master
Tobias Geerinckx-Rice 2020-08-09 20:02:01 +02:00
parent ed43b09bac
commit c1a326e7bf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1934,13 +1934,13 @@ failures.")
(define-public python-pytest-flakes
(package
(name "python-pytest-flakes")
(version "4.0.0")
(version "4.0.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "pytest-flakes" version))
(sha256
(base32
"0hyind0gb950v9kfy0v97x66fb33slbqmxhrjvgbvsv0ayzn869l"))))
"0045h3hnrkn2jwr42jgy2j98npx4amwr6wxzi9j0nppaqz33l49p"))))
(build-system python-build-system)
(arguments
`(#:phases