Merge pull request #246911 from marsam/update-rst2pdf

rst2pdf: 0.100 -> 0.101
This commit is contained in:
Mario Rodas
2023-08-03 08:07:22 -05:00
committed by GitHub
@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "rst2pdf";
version = "0.100";
version = "0.101";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Zkw8FubT3qJ06ECkNurE26bLUKtq8xYvydVxa+PLe0I=";
sha256 = "sha256-AF8FssEIFHmeY2oVrAPNe85pbmgKWO52yD6ycNNzTSg=";
};
outputs = [ "out" "man" ];
@@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Convert reStructured Text to PDF via ReportLab";
homepage = "https://rst2pdf.org/";
changelog = "https://github.com/rst2pdf/rst2pdf/blob/${version}/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
};