diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-01 14:49:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-02 00:52:33 +0200 |
commit | 9bec3ba4ca31598106a8670aaa7a4cff224eef21 (patch) | |
tree | a5514da77ac5739710393b5e3c5b4a09703b54af /gnu | |
parent | 14da3daafc8dd92fdabd3367694c930440fd72cb (diff) | |
download | guix-9bec3ba4ca31598106a8670aaa7a4cff224eef21.tar guix-9bec3ba4ca31598106a8670aaa7a4cff224eef21.tar.gz |
gnu: python-flexmock: Update to 0.10.4.
* gnu/packages/check.scm (python-flexmock): Update to 0.10.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 03a16c7e37..3fa65c5115 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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") |