Merge pull request #299143 from r-ryantm/auto-update/python312Packages.latexify-py

python312Packages.latexify-py: 0.4.2 -> 0.4.3-post1
This commit is contained in:
Nick Cao 2024-03-26 09:38:42 -04:00 committed by GitHub
commit 4ca8890292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 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,14 +18,14 @@ buildPythonPackage rec {
owner = "google";
repo = "latexify_py";
rev = "refs/tags/v${version}";
hash = "sha256-bBtAtBJfpStNYWhOJoypDI9hhE4g1ZFHBU8p6S1yCgU=";
hash = "sha256-4924pqgc+C8VDTTK5Dac6UJV0tcicVBdnkWvE1ynyvY=";
};
nativeBuildInputs = [
build-system = [
hatchling
];
propagatedBuildInputs = [
dependencies = [
dill
];