Nick Cao 2024-03-18 20:23:23 -04:00
parent e0d7b921c6
commit d58cf3c902
No known key found for this signature in database

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 = [