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

python3Packages.weblate-language-data: 2025.8 -> 2025.9 (#454869)

parents 3acf8011 a25c8a70
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 = "2025.8";
  version = "2025.9";
  pyproject = true;

  src = fetchPypi {
    pname = "weblate_language_data";
    inherit version;
    hash = "sha256-buZNp7iWF7Ppx5RcTRs2kawwmzCPmwXSqarRbmgP0i8=";
    hash = "sha256-sk53eGLPSfYoe4+BExIxINkFt/vcvkIIO5611hwx9uU=";
  };

  build-system = [ setuptools ];