python3Packages.pypdfium2: 5.3.0 -> 5.4.0

This commit is contained in:
R. Ryantm
2026-02-11 12:26:35 +00:00
parent 2499d480a0
commit 10681df092
@@ -36,14 +36,14 @@ let
in
buildPythonPackage rec {
pname = "pypdfium2";
version = "5.3.0";
version = "5.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pypdfium2-team";
repo = "pypdfium2";
tag = version;
hash = "sha256-HXJv7GCb+r1rE9Jh0wHm/LCfr8eHJA7qtCk0YhbE+24=";
hash = "sha256-QO2q1KNfFtubcJOXZaSfN30Udo14LKwVq8JqD/GOhao=";
};
build-system = [