lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.marshmallow-oneofschema: 3.1.1 -> 3.2.0

https://github.com/marshmallow-code/marshmallow-oneofschema/blob/3.2.0/CHANGELOG.rst

authored by

Martin Weinelt and committed by
Robert Schütz
1281d268 41f6c5a3

+2 -2
+2 -2
pkgs/development/python-modules/marshmallow-oneofschema/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "marshmallow-oneofschema"; 13 - version = "3.1.1"; 13 + version = "3.2.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "marshmallow-code"; 20 20 repo = "marshmallow-oneofschema"; 21 21 tag = version; 22 - hash = "sha256-HXuyUxU8bT5arpUzmgv7m+X2fNT0qHY8S8Rz6klOGiA="; 22 + hash = "sha256-Hk36wxZV1hVqIbqDOkEDlqABRKE6s/NyA/yBEXzj/yM="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ flit-core ];