python3Packages.uharfbuzz: 0.41.0 -> 0.45.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:48 +01:00
parent 0121bf5138
commit 311b591221
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "uharfbuzz";
version = "0.41.0";
version = "0.45.0";
pyproject = true;
disabled = pythonOlder "3.5";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
repo = "uharfbuzz";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-N/Vprr1lJmDLUzf+aX374YbJhDuHOpPzNeYXpLOANeI=";
hash = "sha256-dfEyeejJdLHGHH+YI0mWdjF2rvFpM6/KVm2tLo9ssUs=";
};
postPatch = ''