python37Packages.flask_marshmallow: 0.10.0 -> 0.10.1
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:
parent
8abe5ee07e
commit
59b5eaa71b
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flask-marshmallow";
|
pname = "flask-marshmallow";
|
||||||
version = "0.10.0";
|
version = "0.10.1";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/marshmallow-code/flask-marshmallow";
|
homepage = "https://github.com/marshmallow-code/flask-marshmallow";
|
||||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1xvk289628l3pp56gidwhmd54cgdczpsxhxfw0bfcsd120k1svfv";
|
sha256 = "0hbp0lrdlzpcdjv1jn2hk98z9gg624nswcm0hi48k4rk28x9xsb9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ flask marshmallow ];
|
propagatedBuildInputs = [ flask marshmallow ];
|
||||||
|
|
Loading…
Reference in a new issue