gnu: python-flexmock: Update to 0.10.3.
* gnu/packages/check.scm (python-flexmock): Update to 0.10.3.
This commit is contained in:
parent
fbec363e55
commit
a503071797
|
@ -2053,13 +2053,13 @@ time by mocking the datetime module.")
|
||||||
(define-public python-flexmock
|
(define-public python-flexmock
|
||||||
(package
|
(package
|
||||||
(name "python-flexmock")
|
(name "python-flexmock")
|
||||||
(version "0.10.2")
|
(version "0.10.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flexmock" version))
|
(uri (pypi-uri "flexmock" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arc6njvs6i9v9hgvzk5m50296g7zy5m9d7pyb43vdsdgxrci5gy"))))
|
"031c624pdqm7cc0xh4yz5k69gqxn2bbrjz13s17684q5shn0ik21"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://flexmock.readthedocs.org")
|
(home-page "https://flexmock.readthedocs.org")
|
||||||
(synopsis "Testing library for Python")
|
(synopsis "Testing library for Python")
|
||||||
|
|
Loading…
Reference in New Issue