Merge pull request #222189 from marsam/update-rst2pdf

python310Packages.rst2pdf: 0.99 -> 0.100
This commit is contained in:
Mario Rodas 2023-03-22 02:17:53 -05:00 committed by GitHub
commit 357600e328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "rst2pdf";
version = "0.99";
version = "0.100";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "8fa23fa93bddd1f52d058ceaeab6582c145546d80f2f8a95974f3703bd6c8152";
sha256 = "sha256-Zkw8FubT3qJ06ECkNurE26bLUKtq8xYvydVxa+PLe0I=";
};
outputs = [ "out" "man" ];

View File

@ -11630,6 +11630,8 @@ with pkgs;
rst2html5 = callPackage ../tools/text/rst2html5 { };
rst2pdf = with python3Packages; toPythonApplication rst2pdf;
rstcheck = with python3Packages; toPythonApplication rstcheck;
rt = callPackage ../servers/rt { };