python3Packages.striprtf: 0.0.26 -> 0.0.28

https://github.com/joshy/striprtf/blob/v0.0.28/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:33 +01:00
parent 16b505d48e
commit c1c526d332
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "striprtf";
version = "0.0.26";
version = "0.0.28";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/bK7p6xEAHLRxB6rUNjXSuiPYKi2V1xuLHgF3EYgk6o=";
hash = "sha256-kCgGouCCH69BITBFC9u4TxXplqcpBhpR/nKGxiC2/uM=";
};
pythonImportsCheck = [ "striprtf" ];