python3Packages.pypdfium2: 5.5.0 -> 5.6.0

This commit is contained in:
R. Ryantm
2026-03-14 19:15:01 +00:00
parent 86cf58e34c
commit 6c2c08e327
@@ -36,14 +36,14 @@ let
in
buildPythonPackage rec {
pname = "pypdfium2";
version = "5.5.0";
version = "5.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pypdfium2-team";
repo = "pypdfium2";
tag = version;
hash = "sha256-MSX7Ij9yGi5BYyAw794ZxQpoXz9hldevKKz7hxO0Yrg=";
hash = "sha256-3mGjr8GgylxFIFT+NmyJ50ozTQvCIPexAgaQ30Ki2Ww=";
};
build-system = [