python3Packages.rtfunicode: 2.0 -> 2.3

https://github.com/mjpieters/rtfunicode/releases/tag/v2.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:49 +01:00
parent d39e7b7b47
commit 93492991b3
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "rtfunicode";
version = "2.0";
version = "2.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "mjpieters";
repo = "rtfunicode";
tag = version;
hash = "sha256-mo3kuuK1epcH0Iyi9GYpZOYsUI4etWheyEPdw/S3tJE=";
tag = "v${version}";
hash = "sha256-dmPpMplCQIJMHhNFzOIjKwEHVio2mjFEbDmq1Y9UJkA=";
};
nativeBuildInputs = [ unittestCheckHook ];
@@ -26,6 +26,6 @@ buildPythonPackage rec {
maintainers = [ lib.maintainers.lucasew ];
license = lib.licenses.bsd2;
homepage = "https://github.com/mjpieters/rtfunicode";
changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${version}";
changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${src.tag}";
};
}