Unverified Commit 28cee45c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.weblate-language-data: 2025.2 -> 2025.3 (#389942)

parents 269dfa5d 464ba643
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "weblate-language-data";
  version = "2025.2";
  version = "2025.3";
  pyproject = true;

  src = fetchPypi {
    pname = "weblate_language_data";
    inherit version;
    hash = "sha256-T3O107CQ01loE68vlQtcCjeytxCSiu0m5Oj5P06z2NU=";
    hash = "sha256-1uZqqwJds+Q2yL2OP2dEEbp4sJmJN28gOYDDJ3fhBRA=";
  };

  build-system = [ setuptools ];
@@ -29,6 +29,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Language definitions used by Weblate";
    homepage = "https://github.com/WeblateOrg/language-data";
    changelog = "https://github.com/WeblateOrg/language-data/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ erictapen ];
  };