nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.xsdata: 22.11 -> 22.12

https://github.com/tefra/xsdata/blob/v22.12/CHANGES.rst

authored by

Robert Schütz and committed by
Robert Schütz
c776cfeb cdf2733f

+2 -2
+2 -2
pkgs/development/python-modules/xsdata/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "xsdata"; 17 - version = "22.11"; 17 + version = "22.12"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 ··· 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-3A2vyK6UdelWSzcN7pzPz6xKnU3X+rum7dKzl6OfWoc="; 25 + hash = "sha256-o9Xxt7b/+MkW94Jcg26ihaTn0/OpTcu+0OY7oV3JRGY="; 26 26 }; 27 27 28 28 postPatch = ''