python312Packages.latexrestricted: 0.6.0 -> 0.6.2

This commit is contained in:
R. Ryantm 2024-11-30 09:10:44 +00:00
parent e383460f09
commit 64d8372298

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "latexrestricted";
version = "0.6.0";
version = "0.6.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-/N5eC32OVN6qxWZAwAUlCIrMV2ARitiX3gaCPiSCRHs=";
hash = "sha256-1R0hpBGXpYH/KcD4GFUfFvoOaJDe+Sl5msC952KnqmA=";
};
build-system = [ setuptools ];