python3Packages.striprtf: 0.0.29 -> 0.0.32

This commit is contained in:
R. Ryantm
2026-04-28 00:07:32 +00:00
parent 236a310490
commit ca30fa1c59
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "striprtf";
version = "0.0.29";
version = "0.0.32";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-WoItB14XQXk07Trdb8ebX8j7VE/kNwsviUzdKPDd144=";
hash = "sha256-fzdaN12ZonAIQhcxaMkMm1RcskQkH/xdho7Z9rr5FV8=";
};
build-system = [ hatchling ];