python3Packages.striprtf: 0.0.32 -> 0.0.33

https://github.com/joshy/striprtf/blob/v0.0.33/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:25:00 +02:00
parent 55b8e342d7
commit 55d525b34d

View File

@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "striprtf";
version = "0.0.32";
version = "0.0.33";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-fzdaN12ZonAIQhcxaMkMm1RcskQkH/xdho7Z9rr5FV8=";
hash = "sha256-wtPZ/zEY322rVYZ18Qox/4u5mawfiSHwDG3J6hmWHxg=";
};
build-system = [ hatchling ];