python37Packages.flask_marshmallow: 0.9.0 -> 0.10.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-marshmallow/versions
This commit is contained in:
R. RyanTM 2019-04-02 05:24:56 -07:00
parent 18aa59b0f2
commit 78d8f66e6c

View File

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "flask-marshmallow";
version = "0.9.0";
version = "0.10.0";
meta = {
homepage = "https://github.com/marshmallow-code/flask-marshmallow";
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "db7aff4130eb99fd05ab78fd2e2c58843ba0f208899aeb1c14aff9cd98ae8c80";
sha256 = "1xvk289628l3pp56gidwhmd54cgdczpsxhxfw0bfcsd120k1svfv";
};
propagatedBuildInputs = [ flask marshmallow ];