Merge pull request #192880 from r-ryantm/auto-update/python310Packages.xsdata

This commit is contained in:
Martin Weinelt 2022-09-25 14:14:13 +02:00 committed by GitHub
commit b90bbc0a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xsdata";
version = "22.8";
version = "22.9";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-MWHMRPY35Fs4n9O0z3QRW4IylfSltH3XUNdrCBK2iW4=";
hash = "sha256-xi1QArTeWbrKTE6p7f3Aj7d1lxPsIROaruv/IMw+fPw=";
};
postPatch = ''