Merge pull request #222189 from marsam/update-rst2pdf
python310Packages.rst2pdf: 0.99 -> 0.100
This commit is contained in:
commit
357600e328
@ -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" ];
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user