python3Packages.translation-finder: 2.23 -> 2.24

This commit is contained in:
R. Ryantm
2026-01-27 20:15:30 +00:00
parent 885dfe3960
commit ef57d31930
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "translation-finder";
version = "2.23";
version = "2.24";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "WeblateOrg";
repo = "translation-finder";
tag = version;
hash = "sha256-SmCADimYcSsD3iUt/QqF2SwJPzbFLw5v7SWVSeOyelQ=";
hash = "sha256-OVAsw+snISVyz3ZvcfqCpv0BRfTNzYSpI+YLafW5OQg=";
};
build-system = [ setuptools ];