python37Packages.flask-pymongo: 2.2.0 -> 2.3.0

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-flask-pymongo/versions
This commit is contained in:
R. RyanTM 2019-05-05 17:22:02 -07:00
parent c87f3820e5
commit 686975479e

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "Flask-PyMongo";
version = "2.2.0";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "112625c5d5b4e35aad301ef9e937b7275043d310d75bd76e2b2dd07147c8217a";
sha256 = "051kwdk07y4xm4yawcjhn6bz8swxp9nanv7jj35mz2l0r0nv03k2";
};
checkInputs = [ pytest ];