Skip to content

Commit

Permalink
python312Packages.latexify-py: 0.4.3-post1 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 26, 2024
1 parent 9ceb117 commit 988610e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/latexify-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildPythonPackage rec {
pname = "latexify-py";
version = "0.4.3-post1";
version = "0.4.4";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "google";
repo = "latexify_py";
rev = "refs/tags/v${version}";
hash = "sha256-4924pqgc+C8VDTTK5Dac6UJV0tcicVBdnkWvE1ynyvY=";
tag = "v${version}";
hash = "sha256-tyBIOIVRSNrhO1NOD7Zqmiksrvrm42DUY4w1IocVRl4=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 988610e

Please sign in to comment.