python3Packages.pypdfium2: 5.6.0 -> 5.7.0

This commit is contained in:
R. Ryantm
2026-04-09 10:08:34 +00:00
parent 5a670b6912
commit b2e0549bcb
@@ -36,14 +36,14 @@ let
in
buildPythonPackage rec {
pname = "pypdfium2";
version = "5.6.0";
version = "5.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pypdfium2-team";
repo = "pypdfium2";
tag = version;
hash = "sha256-3mGjr8GgylxFIFT+NmyJ50ozTQvCIPexAgaQ30Ki2Ww=";
hash = "sha256-zc/83Ypmxul8fB3q0lUSgC9yfcdg7tJuZff+0LE0w30=";
};
build-system = [