python3Packages.translation-finder: 2.19 -> 2.22
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "translation-finder";
|
||||
version = "2.19";
|
||||
version = "2.22";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "WeblateOrg";
|
||||
repo = "translation-finder";
|
||||
tag = version;
|
||||
hash = "sha256-Hc1KxmzlFqCLHSAgFF8cgxH0dTdUnBV/2T2ZkfzVvSw=";
|
||||
hash = "sha256-1OQCSWsslJVuBjBsasWGMIpt/k8ey4nKLfbIS5LlCw4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -37,8 +37,9 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Translation file finder for Weblate";
|
||||
homepage = "https://github.com/WeblateOrg/translation-finder";
|
||||
changelog = "https://github.com/WeblateOrg/translation-finder/blob/${version}/CHANGES.rst";
|
||||
changelog = "https://github.com/WeblateOrg/translation-finder/blob/${src.tag}/CHANGES.rst";
|
||||
license = licenses.gpl3Only;
|
||||
mainProgram = "weblate-discover";
|
||||
maintainers = with maintainers; [ erictapen ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user