Commit 54cbe36e authored by R. RyanTM's avatar R. RyanTM Committed by Kerstin
Browse files

python3Packages.translate-toolkit: 3.15.2 -> 3.15.3

parent ec4c48dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "translate-toolkit";
  version = "3.15.2";
  version = "3.15.3";

  pyproject = true;

@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "translate";
    repo = "translate";
    tag = version;
    hash = "sha256-HZ00ds3MUrtLb6WjxpCch8CPvOuadHJXZsJRQdqge0M=";
    hash = "sha256-T/bH9qz8UbiDfuL0hkmIN7Pmj/aZLRF+lJSjsUmDXiU=";
  };

  build-system = [ setuptools-scm ];
@@ -77,7 +77,7 @@ buildPythonPackage rec {
  meta = {
    description = "Useful localization tools for building localization & translation systems";
    homepage = "https://toolkit.translatehouse.org/";
    changelog = "https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/${version}.html";
    changelog = "https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/${src.tag}.html";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ erictapen ];
  };