lol

python310Packages.dataclass-factory: 2.13 -> 2.16

Diff: https://github.com/reagento/dataclass-factory/compare/2.13...2.16

Changelog: https://github.com/reagento/dataclass-factory/releases/tag/2.16

figsoda 7b11f011 6054951a

+2 -2
+2 -2
pkgs/development/python-modules/dataclass-factory/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "dataclass-factory"; 10 - version = "2.13"; 10 + version = "2.16"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "reagento"; 15 15 repo = "dataclass-factory"; 16 16 rev = version; 17 - hash = "sha256-hNPuqs3TvDleIxflCW5rutbXjDotFRLCNJlcTBFxFAw="; 17 + hash = "sha256-0BIWgyAV1hJzFX4xYFqswvQi5F1Ce+V9FKSmNYuJfZM="; 18 18 }; 19 19 20 20 nativeCheckInputs = [