me
/
guix
Archived
1
0
Fork 0

gnu: python-flaky: Update to 3.7.0.

* gnu/packages/check.scm (python-flaky): Update to 3.7.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2736,13 +2736,13 @@ mocks, stubs and fakes.")
(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.