Merge pull request #280167 from r-ryantm/auto-update/python310Packages.xmlschema

python310Packages.xmlschema: 2.5.1 -> 3.0.1
This commit is contained in:
Jörg Thalheim 2024-01-11 09:03:30 +01:00 committed by GitHub
commit eeb69828fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "xmlschema";
version = "2.5.1";
version = "3.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "xmlschema";
rev = "refs/tags/v${version}";
hash = "sha256-qUc67KdCcnPZszgUiET9T8vpmI1QoM95vzLPAU+4lnI=";
hash = "sha256-7gko4BFbTnQ+MpSQiGVaAldZcb1X16hinXaHg+nvPgs=";
};
propagatedBuildInputs = [