Commit 29c215a8 authored by R. RyanTM's avatar R. RyanTM Committed by Kerstin
Browse files

python312Packages.weblate-schemas: 2024.2 -> 2025.1

parent 99bef9bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "weblate-schemas";
  version = "2024.2";
  version = "2025.1";

  pyproject = true;

  src = fetchPypi {
    pname = "weblate_schemas";
    inherit version;
    hash = "sha256-Y7hWqfv1gZ2sT2fNbWLVDzwbVdB/1rT/oND9p/mkYAs=";
    hash = "sha256-R2G5s51XmZfc3qewNGv5D9K03pvCFeod4RH4VtY9cAA=";
  };

  build-system = [ setuptools ];