aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
index 3db9a2642c7c..a5f512fae97f 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
@@ -7,11 +7,12 @@
, lxml
, pillow
, pybind11
-, pytest
+, pytestCheckHook
, pytest-helpers-namespace
, pytest-timeout
, pytest_xdist
, pytestrunner
+, python-dateutil
, python-xmp-toolkit
, python3
, qpdf
@@ -22,12 +23,12 @@
buildPythonPackage rec {
pname = "pikepdf";
- version = "1.18.0";
+ version = "2.2.0";
disabled = ! isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "4d0840a5c16b535f9b6e56fb4421a43f88760e6cabcf7fd44bdd0436107b61dc";
+ sha256 = "74300a32c41b3d578772f6933f23a88b19f74484185e71e5225ce2f7ea5aea78";
};
buildInputs = [
@@ -44,11 +45,12 @@ buildPythonPackage rec {
attrs
hypothesis
pillow
- pytest
+ pytestCheckHook
pytest-helpers-namespace
pytest-timeout
pytest_xdist
pytestrunner
+ python-dateutil
python-xmp-toolkit
];