Merge pull request #175946 from fabaff/marshmallow-bump

python310Packages.marshmallow: 3.15.0 -> 3.16.0
This commit is contained in:
Sandro 2022-06-02 18:45:48 +02:00 committed by GitHub
commit 1c9b93ae54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "marshmallow";
version = "3.15.0";
version = "3.16.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "marshmallow-code";
repo = pname;
rev = version;
hash = "sha256-ZqMrMNfP/RKW2jQDNPgfhyeqmSc40pZbnrcXHbw2emc=";
hash = "sha256-bR10hYViK7OrAaBpKaeM7S5XyHQZhlGUQTwH/EJ0kME=";
};
propagatedBuildInputs = [