Robert Schütz
2023-09-07 20:49:03 -07:00
parent e6aa338820
commit cb05cb7cb9
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "8.3.0";
version = "8.4.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-d76s4iJFwhzWSySXTS53PQQuWfWIboIRecEyjzobsME=";
hash = "sha256-48tb5bhmBdKVjMld07303qIi5C16yaf+5TpRPVC6EQk=";
};
patches = [