From bee94ccc0bcc257ad47a720422720948564c7881 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Fri, 12 Jun 2026 18:10:28 +0200 Subject: [PATCH] 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 0d890069f0e2674bd2457d6fd88e132f30f006f3) --- .../development/python-modules/translation-finder/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/translation-finder/default.nix b/pkgs/development/python-modules/translation-finder/default.nix index afbbf84b5185..f7bf943da299 100644 --- a/pkgs/development/python-modules/translation-finder/default.nix +++ b/pkgs/development/python-modules/translation-finder/default.nix @@ -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 ];