mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
python310Packages.xsdata: 22.9 -> 22.11
https://github.com/tefra/xsdata/blob/v22.11/CHANGES.rst
This commit is contained in:
parent
a3bd018223
commit
a0bf7e251c
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xsdata";
|
||||
version = "22.9";
|
||||
version = "22.11";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-xi1QArTeWbrKTE6p7f3Aj7d1lxPsIROaruv/IMw+fPw=";
|
||||
hash = "sha256-3A2vyK6UdelWSzcN7pzPz6xKnU3X+rum7dKzl6OfWoc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -74,6 +74,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python XML Binding";
|
||||
homepage = "https://github.com/tefra/xsdata";
|
||||
changelog = "https://github.com/tefra/xsdata/blob/v${version}/CHANGES.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user