python310Packages.sepaxml: 2.4.1 -> 2.5.0

This commit is contained in:
Fabian Affolter 2022-05-23 21:22:09 +02:00
parent d91c644006
commit 9b25d1aa7b

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 = [