lol
fork

Configure Feed

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

dataclass-wizard: 0.35.0 -> 0.35.1 (#440936)

authored by

Yohann Boniface and committed by
GitHub
80f50038 51e2ed87

+2 -2
+2 -2
pkgs/development/python-modules/dataclass-wizard/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "dataclass-wizard"; 19 - version = "0.35.0"; 19 + version = "0.35.1"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "rnag"; 24 24 repo = "dataclass-wizard"; 25 25 tag = "v${version}"; 26 - hash = "sha256-Ed9/y2blOGYfNcmCCAe4TPWssKWUS0gxvRXKMf+cJh0="; 26 + hash = "sha256-GnD0Rxvy46+SLP5oFYVPO4+4VSBAPPRip//8e7xyylA="; 27 27 }; 28 28 29 29 build-system = [ setuptools ];