Merge pull request #153796 from r-ryantm/auto-update/python3.8-striprtf

python38Packages.striprtf: 0.0.18 -> 0.0.19
This commit is contained in:
Fabian Affolter 2022-01-07 11:22:03 +01:00 committed by GitHub
commit 9bc01c5462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,18 @@
buildPythonPackage rec {
pname = "striprtf";
version = "0.0.18";
version = "0.0.19";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "6bb2dc8a59f3128662f958d647c5e6755f9ad8053f216c88e68514df204926d2";
sha256 = "b7f15e11306e466dbe91665409233a06d9fdb4ee156489a3d879579891b04c25";
};
pythonImportsCheck = [
"striprtf"
];
meta = with lib; {
homepage = "https://github.com/joshy/striprtf";
description = "A simple library to convert rtf to text";