Skip to content

Commit cdae532

Browse files
authored
python312Packages.marshmallow-sqlalchemy: 1.3.0 -> 1.4.1 (NixOS#378183)
2 parents 2a83b94 + ee351cf commit cdae532

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/marshmallow-sqlalchemy

1 file changed

+2
-2
lines changed

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

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

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

1919
disabled = pythonOlder "3.9";
2020

2121
src = fetchPypi {
2222
pname = "marshmallow_sqlalchemy";
2323
inherit version;
24-
hash = "sha256-Xd9YPddf31qzHfdph82iupGUKZa6XVd+ktZ0j6k6X1I=";
24+
hash = "sha256-tKqWQ1bQDheL24Rpoo2qkCKzdf9PXAT44rmq/h5lxSk=";
2525
};
2626

2727
build-system = [ flit-core ];

0 commit comments

Comments
 (0)