python3Packages.xmlsec: 1.3.9 -> 1.3.11

This commit is contained in:
Fabian Affolter 2021-06-07 13:05:08 +02:00
parent 31634eb7d8
commit fe84261826

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "xmlsec";
version = "1.3.9";
version = "1.3.11";
src = fetchPypi {
inherit pname version;
sha256 = "1c4k42zv3plm6v65p7z6l5rxyf50h40d02nhc16vq7cjrfvdf4rx";
sha256 = "sha256-zS6q/38xeEoH3ZnOgfp2cxPfO6GDT6pBQ+4sBwAMrHo=";
};
# https://github.com/mehcode/python-xmlsec/issues/84#issuecomment-632930116
@ -38,6 +38,8 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook hypothesis ];
disabledTestPaths = [ "tests/test_doc_examples.py" ];
pythonImportsCheck = [ "xmlsec" ];
meta = with lib; {
description = "Python bindings for the XML Security Library";
homepage = "https://github.com/mehcode/python-xmlsec";