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
This commit is contained in:
figsoda 2023-09-08 09:28:49 -04:00
parent 6054951ae5
commit 7b11f01102

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "dataclass-factory";
version = "2.13";
version = "2.16";
format = "setuptools";
src = fetchFromGitHub {
owner = "reagento";
repo = "dataclass-factory";
rev = version;
hash = "sha256-hNPuqs3TvDleIxflCW5rutbXjDotFRLCNJlcTBFxFAw=";
hash = "sha256-0BIWgyAV1hJzFX4xYFqswvQi5F1Ce+V9FKSmNYuJfZM=";
};
nativeCheckInputs = [