Unverified Commit cbfc7148 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #294732 from r-ryantm/auto-update/python312Packages.sphinxcontrib-plantuml

python312Packages.sphinxcontrib-plantuml: 0.28 -> 0.29
parents 5036fdfe b1f9f1e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "sphinxcontrib-plantuml";
  version = "0.28";
  version = "0.29";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zpNirT1LvMTDDf38MIqsrSwHs0RjUxZoGnESabjgC+o=";
    hash = "sha256-l6Tyomr5HbiHcMz4o7LgMwW82n7EGn+Wn8jLJ7hKPEQ=";
  };

  propagatedBuildInputs = [