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