latexminted: 0.2.0 -> 0.3.0

This commit is contained in:
José Romildo 2024-10-30 07:35:52 -03:00
parent bb768bae98
commit b277d64a0f

View File

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "latexminted";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vJziNgVYcnJfmAnok2OeYZEOwGtGfhZyup3D3+BuZsU=";
hash = "sha256-bxv7dKSnlJ5njvCgAKjRVJeoE2BluP1nx9QFZ/2JYeg=";
};
build-system = with python3Packages; [