python312Packages.latexify-py: 0.4.2 -> 0.4.3-post1

This commit is contained in:
R. Ryantm 2024-03-26 10:08:34 +00:00
parent 0bb64539f2
commit 4ae276119c
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "latexify-py";
version = "0.4.2";
version = "0.4.3-post1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "google";
repo = "latexify_py";
rev = "refs/tags/v${version}";
hash = "sha256-bBtAtBJfpStNYWhOJoypDI9hhE4g1ZFHBU8p6S1yCgU=";
hash = "sha256-4924pqgc+C8VDTTK5Dac6UJV0tcicVBdnkWvE1ynyvY=";
};
nativeBuildInputs = [