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

python312Packages.sphinxcontrib-plantuml: 0.28 -> 0.29
This commit is contained in:
Nick Cao 2024-03-10 10:48:36 -04:00 committed by GitHub
commit cbfc71485d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [