Merge pull request #304552 from r-ryantm/auto-update/python311Packages.sphinxcontrib-tikz

python311Packages.sphinxcontrib-tikz: 0.4.17 -> 0.4.18
This commit is contained in:
Mario Rodas 2024-04-16 21:01:33 -05:00 committed by GitHub
commit aab856024e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "sphinxcontrib-tikz";
version = "0.4.17";
version = "0.4.18";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-7FkSzI3I8NxKEoritU0VxAw2MxpsIiKm57WcA4Eppcc=";
hash = "sha256-+IQV2uoKqAGQzq0te6z7vi+NnvQGZ0Sb7XjhdT05Tzo=";
};
postPatch = ''