gnu: python-flaky: Update to 3.5.3.
* gnu/packages/check.scm (python-flaky): Update to 3.5.3.
This commit is contained in:
parent
3fcaf42a1c
commit
eba8a00d84
|
@ -2039,13 +2039,13 @@ mocks, stubs and fakes.")
|
||||||
(define-public python-flaky
|
(define-public python-flaky
|
||||||
(package
|
(package
|
||||||
(name "python-flaky")
|
(name "python-flaky")
|
||||||
(version "3.4.0")
|
(version "3.5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flaky" version))
|
(uri (pypi-uri "flaky" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18pkmf79rfkfpy1d2rrx3v55nxj762ilyk9rvd6s6dccxw58imsa"))))
|
"1nm1kjf857z5aw7v642ffsy1vwf255c6wjvmil71kckjyd0mxg8j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Tests require 'coveralls' and 'genty' which are not in Guix yet.
|
;; TODO: Tests require 'coveralls' and 'genty' which are not in Guix yet.
|
||||||
|
|
Loading…
Reference in New Issue