python310Packages.xmlschema: 2.2.1 -> 2.2.3

This commit is contained in:
R. Ryantm 2023-05-07 22:32:53 +00:00
parent 4e243a2e2b
commit 19a98ed8c3

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "xmlschema";
version = "2.2.1";
version = "2.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "xmlschema";
rev = "refs/tags/v${version}";
hash = "sha256-yF2L5VxUkqJjen5JeCQis4Q1o1KCJtRJ+S52wnS5VQg=";
hash = "sha256-KTxVUYdflHiC96tALFcMA0JnLt0vj/nSD3ie53lMi50=";
};
propagatedBuildInputs = [