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:
commit
9bc01c5462
1 changed files with 7 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue