Fabian Affolter 2024-01-18 09:50:51 +01:00
parent fec42b2f76
commit eb06ac10ab

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyhanko-certvalidator"; pname = "pyhanko-certvalidator";
version = "0.26.2"; version = "0.26.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "MatthiasValvekens"; owner = "MatthiasValvekens";
repo = "certvalidator"; repo = "certvalidator";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-yGFaRpAOTbuVfY5UefC1sdJS4FFkgkIZnHHG35p3n3E="; hash = "sha256-uUmsWiN182g+kxrCny7UNLDHdAdqKk64w6vnjmGBNjM=";
}; };
postPatch = '' postPatch = ''
@ -68,8 +68,8 @@ buildPythonPackage rec {
"test_revocation_mode_hard_aiohttp_autofetch" "test_revocation_mode_hard_aiohttp_autofetch"
# The path could not be validated because no revocation information could be found for intermediate certificate 1 # The path could not be validated because no revocation information could be found for intermediate certificate 1
"test_revocation_mode_hard" "test_revocation_mode_hard"
# certificate expired 2022-09-17 # ValueError: Hash algorithm not known for ed448
"test_revocation_mode_soft" "test_ed"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [