mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python310Packages.pikepdf: 5.1.5.post1 -> 5.2.0
https://github.com/pikepdf/pikepdf/blob/v5.2.0/docs/releasenotes/version5.rst
This commit is contained in:
parent
7446edab41
commit
84f7babbca
@ -6,6 +6,7 @@
|
||||
, pythonOlder
|
||||
, importlib-metadata
|
||||
, jbig2dec
|
||||
, deprecation
|
||||
, lxml
|
||||
, mupdf
|
||||
, packaging
|
||||
@ -23,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pikepdf";
|
||||
version = "5.1.5.post1";
|
||||
version = "5.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -38,7 +39,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-CGhkfQgsKUxiZzs1i2B2SlM++7G6Yrd9ruFh4sSJPbI=";
|
||||
hash = "sha256-el7gnqnk8Mp5rpn8Q3WKOTAuB11j4ByCq2Gf60LBBEI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -78,6 +79,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
deprecation
|
||||
lxml
|
||||
packaging
|
||||
pillow
|
||||
|
Loading…
Reference in New Issue
Block a user