python3Packages.pypdfium2: 5.6.0 -> 5.7.0 (#508280)

This commit is contained in:
dotlambda
2026-04-15 20:15:07 +00:00
committed by GitHub
@@ -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 = [