latexminted: 0.3.2 -> 0.4.0

This commit is contained in:
José Romildo
2025-02-20 09:08:38 -03:00
parent db7202f17f
commit a33be1202e
+2 -2
View File
@@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec {
pname = "latexminted";
version = "0.3.2";
version = "0.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lxqu39RkSdBcSuLbuMmjrD9kiKHZ2yBjLZkJhSUpsSI=";
hash = "sha256-JI44VGAuSDDUBm7hH6huYdzXeMU2q1ZCixwJNTxBHHo=";
};
build-system = with python3Packages; [