We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c388c commit ee351cfCopy full SHA for ee351cf
pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix
@@ -13,15 +13,15 @@
13
14
buildPythonPackage rec {
15
pname = "marshmallow-sqlalchemy";
16
- version = "1.3.0";
+ version = "1.4.1";
17
pyproject = true;
18
19
disabled = pythonOlder "3.9";
20
21
src = fetchPypi {
22
pname = "marshmallow_sqlalchemy";
23
inherit version;
24
- hash = "sha256-Xd9YPddf31qzHfdph82iupGUKZa6XVd+ktZ0j6k6X1I=";
+ hash = "sha256-tKqWQ1bQDheL24Rpoo2qkCKzdf9PXAT44rmq/h5lxSk=";
25
};
26
27
build-system = [ flit-core ];
0 commit comments