Merge pull request #174169 from fabaff/sepaxml-bump

python310Packages.sepaxml: 2.4.1 -> 2.5.0
This commit is contained in:
Fabian Affolter 2022-05-23 22:53:51 +02:00 committed by GitHub
commit 567855faf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sepaxml";
version = "2.4.1";
version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "raphaelm";
repo = "python-sepaxml";
rev = version;
sha256 = "sha256-Up6zHm20tc6+lQk958csdgC4FMJFhdt+oAJcNcVbcjk=";
hash = "sha256-9gPUAZ60q5o11eAnkzTBrFCpBUGxw3MGuKY4MtPxoSA=";
};
propagatedBuildInputs = [
@ -28,8 +28,8 @@ buildPythonPackage rec {
];
checkInputs = [
pytestCheckHook
lxml
pytestCheckHook
];
pythonImportsCheck = [