Robert Schütz 2023-02-17 16:03:42 -08:00 committed by Robert Schütz
parent 45f2df84e0
commit 177c2e4ffb

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "7.0.0";
version = "7.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-sJVAiAQtJ8tU8ZHRU5jzIICnHc6RJwMsvxexnt7b4Yw=";
hash = "sha256-u6xfsWHod8U7nM5S40ZU1z4qxNMlWdq+7yhnAtBh8oE=";
};
patches = [