python3Packages.skia-pathops: 0.7.4 -> 0.8.0.post1

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:07 +02:00
parent a968290c0e
commit 17cf1b7df3

View File

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "skia-pathops";
version = "0.7.4";
version = "0.8.0.post1";
src = fetchPypi {
pname = "skia-pathops";
inherit version;
extension = "zip";
hash = "sha256-Ci/e6Ht62wGMv6bpXvnkKZ7WOwCAvidnejD/77ypE1A=";
hash = "sha256-oFYkneL2H6VRFrnuVVE8aja4eK7gDJFFDkBNFgZIXLs=";
};
postPatch = ''