python3Packages.rst2pdf: 0.101 -> 0.102

https://github.com/rst2pdf/rst2pdf/blob/0.102/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-06-19 05:07:13 +02:00
parent 29f7d7a3e0
commit 7fde84b486

View File

@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "rst2pdf";
version = "0.101";
version = "0.102";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-AF8FssEIFHmeY2oVrAPNe85pbmgKWO52yD6ycNNzTSg=";
hash = "sha256-NzAGJOlTpz7d3cuubyRjDvVGfCC+61jfZIrcUwhE9CU=";
};
outputs = [