lol
0
fork

Configure Feed

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

python310Packages.marshmallow-oneofschema: 3.0.1 -> 3.0.2

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

+3 -2
+3 -2
pkgs/development/python-modules/marshmallow-oneofschema/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "marshmallow-oneofschema"; 12 - version = "3.0.1"; 12 + version = "3.0.2"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; ··· 18 18 owner = "marshmallow-code"; 19 19 repo = pname; 20 20 rev = version; 21 - hash = "sha256-x0v8WkfjGkP2668QIQiewQViYFDIS2zBWMULcDThWas="; 21 + hash = "sha256-Em2jQmvI5IiWREeOX/JAcdOQlpwP7k+cbCirkh82sf0="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [ ··· 35 35 ]; 36 36 37 37 meta = with lib; { 38 + changelog = "https://github.com/marshmallow-code/marshmallow-oneofschema/blob/${src.rev}/CHANGELOG.rst"; 38 39 description = "Marshmallow library extension that allows schema (de)multiplexing"; 39 40 homepage = "https://github.com/marshmallow-code/marshmallow-oneofschema"; 40 41 license = licenses.mit;