latexminted: 0.5.1 -> 0.6.0 (#407586)

This commit is contained in:
Pol Dellaiera 2025-05-16 15:37:33 +00:00 committed by GitHub
commit b7b03f94e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "latexminted"; pname = "latexminted";
version = "0.5.1"; version = "0.6.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-II3n7DtgTyuE2PMygJrmRW8uBRpnnoz2NXDMw20o8oo="; hash = "sha256-WpYo9Ci3rshuVdsbAv4Hjx8vT2FLRinhNsVrcGoPXyU=";
}; };
build-system = with python3Packages; [ build-system = with python3Packages; [