mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.pypdfium2: 5.3.0 -> 5.4.0 (#489396)
This commit is contained in:
commit
02263f4691
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue