Unverified Commit a41525f8 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.rst2pdf: 0.104 -> 0.105 (#498659)

parents 9687731f ca372575
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];