gnu: python-flaky: Update to 3.7.0.

* gnu/packages/check.scm (python-flaky): Update to 3.7.0.
This commit is contained in:
Marius Bakke 2021-12-07 20:58:17 +01:00
parent 76b6bbdf23
commit 4e1c5cf8b1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2736,13 +2736,13 @@ (define-public python2-flexmock
(define-public python-flaky
(package
(name "python-flaky")
(version "3.5.3")
(version "3.7.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "flaky" version))
(sha256
(base32
"1nm1kjf857z5aw7v642ffsy1vwf255c6wjvmil71kckjyd0mxg8j"))))
"03daz352021211kvdb056f3afrd2gsdq0rd1awgr38910xw01l9s"))))
(build-system python-build-system)
(arguments
;; TODO: Tests require 'coveralls' and 'genty' which are not in Guix yet.