python3Packages.translation-finder: 2.24 -> 3.1

Diff: https://github.com/WeblateOrg/translation-finder/compare/2.24...3.1

Changelog: https://github.com/WeblateOrg/translation-finder/blob/3.1/CHANGES.rst
(cherry picked from commit 0d890069f0)
This commit is contained in:
Kerstin Humm 2026-06-12 18:10:28 +02:00 committed by github-actions[bot]
commit bee94ccc0b

View file

@ -11,7 +11,7 @@
buildPythonPackage (finalAttrs: {
pname = "translation-finder";
version = "2.24";
version = "3.1";
pyproject = true;
@ -19,7 +19,7 @@ buildPythonPackage (finalAttrs: {
owner = "WeblateOrg";
repo = "translation-finder";
tag = finalAttrs.version;
hash = "sha256-OVAsw+snISVyz3ZvcfqCpv0BRfTNzYSpI+YLafW5OQg=";
hash = "sha256-sRqn7K39R4A83USCng5wu14eKq4VqUp9tPzg8Qb8MOU=";
};
build-system = [ setuptools ];