python37Packages.flexmock: 0.10.3 -> 0.10.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flexmock/versions

(cherry picked from commit 614b5abe2eaf5ba09ae5de68695125df66271366)
This commit is contained in:
R. RyanTM 2019-04-02 05:53:55 -07:00 committed by Matthias Beyer
parent 403bcb3b3e
commit 2f1eefa618

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "flexmock";
version = "0.10.3";
version = "0.10.4";
src = fetchPypi {
inherit pname version;
sha256 = "031c624pdqm7cc0xh4yz5k69gqxn2bbrjz13s17684q5shn0ik21";
sha256 = "0b6qw3grhgx58kxlkj7mdma7xdvlj02zabvcf7w2qifnfjwwwcsh";
};
checkInputs = [ pytest ];