mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: python-flaky: Update to 3.7.0.
* gnu/packages/check.scm (python-flaky): Update to 3.7.0.
This commit is contained in:
parent
76b6bbdf23
commit
4e1c5cf8b1
1 changed files with 2 additions and 2 deletions
|
@ -2736,13 +2736,13 @@ (define-public python2-flexmock
|
||||||
(define-public python-flaky
|
(define-public python-flaky
|
||||||
(package
|
(package
|
||||||
(name "python-flaky")
|
(name "python-flaky")
|
||||||
(version "3.5.3")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flaky" version))
|
(uri (pypi-uri "flaky" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nm1kjf857z5aw7v642ffsy1vwf255c6wjvmil71kckjyd0mxg8j"))))
|
"03daz352021211kvdb056f3afrd2gsdq0rd1awgr38910xw01l9s"))))
|
||||||
(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 a new issue