python312Packages.xsdata: 24.7 -> 24.9 (#343525)

This commit is contained in:
Robert Schütz 2024-09-21 19:26:05 -07:00 committed by GitHub
commit 51a1d531db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "xsdata";
version = "24.7";
version = "24.9";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tefra";
repo = "xsdata";
rev = "refs/tags/v${version}";
hash = "sha256-7rROd0iKs/SuIZGUwVDbusKgp7APIlvFto43Q3QCfZk=";
hash = "sha256-wQSrdAS4E6AmpP+pKviFomLrcSHLROhTWHg/hYGTaeQ=";
};
patches = [