python3Packages.pypdfium2: 5.7.0 -> 5.11.0

This commit is contained in:
R. Ryantm
2026-07-13 08:15:52 +00:00
committed by Sandro Jäckel
parent 00123028dd
commit 5a1eb72265

View File

@@ -36,14 +36,14 @@ let
in
buildPythonPackage rec {
pname = "pypdfium2";
version = "5.7.0";
version = "5.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pypdfium2-team";
repo = "pypdfium2";
tag = version;
hash = "sha256-zc/83Ypmxul8fB3q0lUSgC9yfcdg7tJuZff+0LE0w30=";
hash = "sha256-b15g/FlB7lHiu19KotHXMvY1j+m0TZ4xVAy84wBXcbA=";
};
build-system = [