python3Packages.pycairo: 1.27.0 -> 1.28.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:27 +02:00
parent 31004a177d
commit 18597dbfff
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pycairo";
version = "1.27.0";
version = "1.28.0";
disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pygobject";
repo = "pycairo";
tag = "v${version}";
hash = "sha256-P9AC8+WlokAxoy6KTJqAz7kOYK/FQVjIKWuj8jQw2OA=";
hash = "sha256-OAF1Yv9aoUctklGzH2xM+cVu5csyEnX2AV9n0OeoFUw=";
};
nativeBuildInputs = [