latexminted: 0.1.0b2 -> 0.1.0b5

This commit is contained in:
José Romildo 2024-06-06 17:20:25 -03:00
parent ae55155c14
commit 11cf96a167

View File

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "latexminted";
version = "0.1.0b2";
version = "0.1.0b5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Yl/2zvNMYuYkwR5tDZ0vhBLO964GBUx1DeyLK/Q3T5c=";
hash = "sha256-1K43rX3hs+ywMzOyeKX+GmAGUVHTDZB3Yo87dZ/uYaQ=";
};
build-system = with python3Packages; [