python313Packages.rtfde: 0.1.2.1 -> 0.1.2.2 (#470771)

This commit is contained in:
Fabian Affolter
2025-12-14 18:54:06 +00:00
committed by GitHub
@@ -6,22 +6,19 @@
lxml,
oletools,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "rtfde";
version = "0.1.2.1";
version = "0.1.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "seamustuohy";
repo = "RTFDE";
tag = version;
hash = "sha256-dtPWgtOYpGaNRmIE7WNGJd/GWB2hQXsFJDDSHIcIjY4=";
hash = "sha256-1yjxp6N07I9kwFRtgsLo9UPSG4FU+ic1tNm6U/xWk74=";
};
build-system = [ setuptools ];