Merge pull request #297061 from NickCao/flask-marshmallow

python311Packages.flask-marshmallow: 1.2.0 -> 1.2.1
This commit is contained in:
Fabian Affolter 2024-03-19 08:06:49 +01:00 committed by GitHub
commit ec38b48900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "flask-marshmallow";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "marshmallow-code";
repo = "flask-marshmallow";
rev = "refs/tags/${version}";
hash = "sha256-QoktZcyVJXkHr8fCVYt3ZkYq52nxCsZu+AgaDyrZHWs=";
hash = "sha256-GQLkt/CJf/QI8emvlW8xSRziGnncwfMSxBccW0Bb8I0=";
};
nativeBuildInputs = [