Unverified Commit 39625b72 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

python3Packages.weblate-language-data: 2026.3 -> 2026.6 (#493129)

parents 043ef193 17051905
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "weblate-language-data";
  version = "2026.3";
  version = "2026.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "WeblateOrg";
    repo = "language-data";
    tag = finalAttrs.version;
    hash = "sha256-v64YlcgHT94SCTGebR//Cnjj+NeH3TJZsXB8EztJk9s=";
    hash = "sha256-pgt2GtqlkbF+85wkSLkbyvaptN7Htp3SOdLtUptQ3OU=";
  };

  build-system = [ setuptools ];