Skip to content

Commit b55dbc3

Browse files
authored
python313Packages.flask-marshmallow: 1.2.1 -> 1.3.0 (#373155)
2 parents 226ba76 + 318850f commit b55dbc3

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/flask-marshmallow

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/flask-marshmallow/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage rec {
1515
pname = "flask-marshmallow";
16-
version = "1.2.1";
16+
version = "1.3.0";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.8";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "marshmallow-code";
2323
repo = "flask-marshmallow";
2424
tag = version;
25-
hash = "sha256-GQLkt/CJf/QI8emvlW8xSRziGnncwfMSxBccW0Bb8I0=";
25+
hash = "sha256-dK2bE5mZiFh0nAN2yRpABT+SGG/UGWJ1oDtnD6bgyXk=";
2626
};
2727

2828
build-system = [ flit-core ];

0 commit comments

Comments
 (0)