python313Packages.rtfde: 0.1.2.1 -> 0.1.2.2

Diff: https://github.com/seamustuohy/RTFDE/compare/0.1.2.1...0.1.2.2

Changelog: https://github.com/seamustuohy/RTFDE/releases/tag/0.1.2.2
This commit is contained in:
Fabian Affolter
2025-12-14 16:38:44 +01:00
parent 700e0ef9f8
commit 725d2fec79
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "rtfde";
version = "0.1.2.1";
version = "0.1.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "seamustuohy";
repo = "RTFDE";
tag = version;
hash = "sha256-dtPWgtOYpGaNRmIE7WNGJd/GWB2hQXsFJDDSHIcIjY4=";
hash = "sha256-1yjxp6N07I9kwFRtgsLo9UPSG4FU+ic1tNm6U/xWk74=";
};
build-system = [ setuptools ];