python3Packages.rst2pdf: 0.104 -> 0.105

This commit is contained in:
R. Ryantm
2026-03-10 22:42:42 +00:00
parent 63d4fcb102
commit ca37257524
@@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "rst2pdf";
version = "0.104";
version = "0.105";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-1o6MchhB6T0eJRuNi8nnZqQnWM+7+ZRpYlEoxLsElbM=";
hash = "sha256-hX6HQQFOxQFfegCq+13Mu1Y3jvTB2lWoKNRLz1/zrNs=";
};
pythonRelaxDeps = [ "packaging" ];