nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python311Packages.marshmallow-dataclass: 8.5.14 -> 8.6.0

Diff: https://github.com/lovasoa/marshmallow_dataclass/compare/refs/tags/v8.5.14...v8.6.0

Changelog: https://github.com/lovasoa/marshmallow_dataclass/blob/v8.6.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/marshmallow-dataclass/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "marshmallow-dataclass"; 15 - version = "8.5.14"; 15 + version = "8.6.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; ··· 21 21 owner = "lovasoa"; 22 22 repo = "marshmallow_dataclass"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-ckz2EQj8gtD+YxNCxisswfSu9FcD//ZeSZRrLBhrld0="; 24 + hash = "sha256-+1bMo5D+7kbkZHcAvmgC1WxNk6Ba04iLccMqTKrxt80="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [