Merge pull request #271951 from r-ryantm/auto-update/python310Packages.latexify-py

python310Packages.latexify-py: 0.4.1 -> 0.4.2
This commit is contained in:
Nick Cao 2023-12-04 09:05:50 -05:00 committed by GitHub
commit bef927391d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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