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

python3Packages.weblate-language-data: 2026.1 -> 2026.2 (#490631)

parents 45fecba9 5bc1e0da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "weblate-language-data";
  version = "2026.1";
  version = "2026.2";
  pyproject = true;

  src = fetchPypi {
    pname = "weblate_language_data";
    inherit version;
    hash = "sha256-qImbiZzsNk3oSljSwdsK+uk/1ZUygwltTCkGNKxBeN4=";
    hash = "sha256-0mGkNbJomRRzS9P3fuUUGl7uipAfZhesoyc7t+Ymyf4=";
  };

  build-system = [ setuptools ];