python312Packages.latexrestricted: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-10-16 16:27:38 +00:00
parent 10eedf98f6
commit 7b999e319c

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "latexrestricted";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AMfDTruJKejDdXW98VkeeEwELql5566bsL1SutLDpso=";
hash = "sha256-PwhVKgoXujiLC+3FPAtUdvBEgeNwD6aBK+I5p8xeLwo=";
};
build-system = [ setuptools ];