Commit b1f9f1e9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.sphinxcontrib-plantuml: 0.28 -> 0.29

parent 3ba9038c
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 = [