mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.pypdf: 6.10.2 -> 6.12.2
Diff: https://github.com/py-pdf/pypdf/compare/6.10.2...6.12.2
Changelog: https://github.com/py-pdf/pypdf/blob/6.12.2/CHANGELOG.md
(cherry picked from commit ce8db96ab0)
This commit is contained in:
committed by
github-actions[bot]
parent
f44602cdc2
commit
801f759e69
@@ -23,7 +23,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pypdf";
|
||||
version = "6.10.2";
|
||||
version = "6.12.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
tag = version;
|
||||
# fetch sample files used in tests
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-f7U9kZrAnUHv0nBrcHI+Otd49jIJz0d1uWRHymWJnYo=";
|
||||
hash = "sha256-rRvRAasPgE5nCChYJYB9olSE3RWmztYSJoAbmh+a3Q0=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user