python3Packages.dtfabric: 20230520 -> 20251118

This commit is contained in:
R. Ryantm
2025-11-22 14:13:57 +00:00
parent 5774a6e057
commit d87780f8ad
@@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "dtfabric";
version = "20230520";
version = "20251118";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-rJPBEe/eAQ7OPPZHeFbomkb8ca3WTheDhs/ic6GohVM=";
hash = "sha256-v2qsZtqGb40p5/Q1IGhI+prMCkuruxFB0BTMORKzmX4=";
};
build-system = [ setuptools ];