gnu: python-flexmock: Update to 0.10.4.

* gnu/packages/check.scm (python-flexmock): Update to 0.10.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-01 14:49:14 +02:00
parent 14da3daafc
commit 9bec3ba4ca
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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")