Unverified Commit 14b08a1d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.translation-finder: 2.22 -> 2.23 (#431465)

parents 9b911c9e 08cd2ed6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "translation-finder";
  version = "2.22";
  version = "2.23";

  pyproject = true;

@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "WeblateOrg";
    repo = "translation-finder";
    tag = version;
    hash = "sha256-1OQCSWsslJVuBjBsasWGMIpt/k8ey4nKLfbIS5LlCw4=";
    hash = "sha256-SmCADimYcSsD3iUt/QqF2SwJPzbFLw5v7SWVSeOyelQ=";
  };

  build-system = [ setuptools ];