python3Packages.pyhanko: 0.34.1 -> 0.35.0

This fixes the tests:
https://hydra.nixos.org/build/329157840/nixlog/3/tail

While upstream claims breaking changes, I assume it's better
than the package not even building (passing tests).
https://github.com/MatthiasValvekens/pyHanko/blob/v0.35.1/docs/changelog.rst

0.35.1 failed tests, apparently due to a dependency not supporting mldsa yet.
This commit is contained in:
Vladimír Čunát
2026-05-20 09:30:16 +02:00
parent 76e2d64904
commit b9fab865d3
@@ -38,14 +38,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyhanko";
version = "0.34.1";
version = "0.35.0";
pyproject = true;
src = fetchFromGitHub {
owner = "MatthiasValvekens";
repo = "pyHanko";
tag = "v${finalAttrs.version}";
hash = "sha256-ZBlkp6nhTKEAWxCPDq9NIoOullwWartpU3eL0QIGFpw=";
hash = "sha256-huOy04wY7xP1gZ5azsZYnMXLZ4MwMkLGujlgXTtjLy4=";
};
sourceRoot = "${finalAttrs.src.name}/pkgs/pyhanko";