Commit 536d52ca authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pyhanko: 0.31.0 -> 0.32.0

https://github.com/MatthiasValvekens/pyHanko/blob/v0.32.0/docs/changelog.rst#pyhanko

This commit was automatically generated using update-python-libraries.
parent 591cde4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

buildPythonPackage rec {
  pname = "pyhanko";
  version = "0.31.0";
  version = "0.32.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MatthiasValvekens";
    repo = "pyHanko";
    tag = "v${version}";
    hash = "sha256-ZDHAcI2yoiVifYt05V85lz8mJmoyi10g4XoLQ+LhLHE=";
    hash = "sha256-UyJ9odchy63CcCkJVtBgraRQuD2fxqCciwLuhN4+8aw=";
  };

  sourceRoot = "${src.name}/pkgs/pyhanko";