Loading pkgs/development/python-modules/flask-marshmallow/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,16 +13,16 @@ buildPythonPackage rec { pname = "flask-marshmallow"; version = "1.2.1"; version = "1.3.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "marshmallow-code"; repo = "flask-marshmallow"; tag = version; hash = "sha256-GQLkt/CJf/QI8emvlW8xSRziGnncwfMSxBccW0Bb8I0="; hash = "sha256-dK2bE5mZiFh0nAN2yRpABT+SGG/UGWJ1oDtnD6bgyXk="; }; build-system = [ flit-core ]; Loading Loading
pkgs/development/python-modules/flask-marshmallow/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,16 +13,16 @@ buildPythonPackage rec { pname = "flask-marshmallow"; version = "1.2.1"; version = "1.3.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "marshmallow-code"; repo = "flask-marshmallow"; tag = version; hash = "sha256-GQLkt/CJf/QI8emvlW8xSRziGnncwfMSxBccW0Bb8I0="; hash = "sha256-dK2bE5mZiFh0nAN2yRpABT+SGG/UGWJ1oDtnD6bgyXk="; }; build-system = [ flit-core ]; Loading