python312Packages.weblate-schemas: 2024.2 -> 2025.1

This commit is contained in:
R. Ryantm
2025-04-21 12:24:18 +02:00
committed by Kerstin
parent 99bef9bd13
commit 29c215a8b7
@@ -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 ];