python3Packages.xsdata: 25.4 -> 25.7 (#424966)

This commit is contained in:
dotlambda
2025-07-13 19:47:12 -07:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "xsdata";
version = "25.4";
version = "25.7";
pyproject = true;
src = fetchFromGitHub {
owner = "tefra";
repo = "xsdata";
tag = "v${version}";
hash = "sha256-2sHHDFv2p+O5ru9ajnmbk6ULm40h0hMyYiIAFh3PC8I=";
hash = "sha256-npwJlyUYjoYzvwaZZK4PIqhJmTeYGDDfc4T4/ODcx4c=";
};
patches = [
@@ -84,7 +84,7 @@ buildPythonPackage rec {
description = "Naive XML & JSON bindings for Python";
mainProgram = "xsdata";
homepage = "https://github.com/tefra/xsdata";
changelog = "https://github.com/tefra/xsdata/blob/${src.rev}/CHANGES.md";
changelog = "https://github.com/tefra/xsdata/blob/${src.tag}/CHANGES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dotlambda ];
};