python312Packages.latexify-py: 0.4.3-post1 -> 0.4.4 (#368383)

authored by

Pavol Rusnak and committed by
GitHub
df1ae7f5 c8365111

+3 -3
+3 -3
pkgs/development/python-modules/latexify-py/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "latexify-py"; 13 - version = "0.4.3-post1"; 13 + version = "0.4.4"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchFromGitHub { 19 19 owner = "google"; 20 20 repo = "latexify_py"; 21 - rev = "refs/tags/v${version}"; 22 - hash = "sha256-4924pqgc+C8VDTTK5Dac6UJV0tcicVBdnkWvE1ynyvY="; 21 + tag = "v${version}"; 22 + hash = "sha256-tyBIOIVRSNrhO1NOD7Zqmiksrvrm42DUY4w1IocVRl4="; 23 23 }; 24 24 25 25 build-system = [ hatchling ];