3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.marshmallow-sqlalchemy: 0.16.0 -> 0.16.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-marshmallow-sqlalchemy/versions
This commit is contained in:
R. RyanTM 2019-04-02 08:11:46 -07:00
parent 18aa59b0f2
commit 277252ba4b

View file

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "marshmallow-sqlalchemy";
version = "0.16.0";
version = "0.16.1";
meta = {
homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "c99d51bb4dfca7e1b35ae12ed96746c0df0464b7eb95bba6835a1231e6ea286c";
sha256 = "0dv9imc41xg0k9xv0fb8ygfip7iznsnf8g33z74zz2bf1dbhricr";
};
propagatedBuildInputs = [ marshmallow sqlalchemy ];