python3Packages.translate-toolkit: 3.19.10 -> 3.19.11

Diff: https://github.com/translate/translate/compare/3.19.10...3.19.11

Changelog: https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.19.11.html
(cherry picked from commit 79f4be41c2)
This commit is contained in:
Kerstin Humm 2026-06-12 18:08:32 +02:00 committed by github-actions[bot]
commit 61124f8b81

View file

@ -34,14 +34,14 @@
buildPythonPackage (finalAttrs: {
pname = "translate-toolkit";
version = "3.19.10";
version = "3.19.11";
pyproject = true;
src = fetchFromGitHub {
owner = "translate";
repo = "translate";
tag = finalAttrs.version;
hash = "sha256-bDvj+zTD15bCr8xA+ovKWEMabC4xB9Jsdz66RYtdaBU=";
hash = "sha256-+94oo6IYnRR4jnR60C3WNjesK6Tk6jND3xsYyx6sw0U=";
};
build-system = [ setuptools-scm ];