python3Packages.pikepdf: 10.3.0 -> 10.5.0
Diff: https://github.com/pikepdf/pikepdf/compare/v10.3.0...v10.5.0 Changelog: https://github.com/pikepdf/pikepdf/blob/v10.5.0/docs/releasenotes/version10.md
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pikepdf";
|
||||
version = "10.3.0";
|
||||
version = "10.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-fEIzmC17RYic4CFwBh5FdGbJmaWaiaPBK7eCQ7RCmr0=";
|
||||
hash = "sha256-S3J4Ryx0/9T8w7WocgyPeoDl4QTD+cpIa6j5s1LM9c8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user