python3Packages.manimpango: 0.6.0 -> 0.6.1 (#455965)

This commit is contained in:
dotlambda
2025-12-06 21:00:00 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "manimpango";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ManimCommunity";
repo = "manimpango";
tag = "v${version}";
hash = "sha256-nN+XOnki8fG7URMy2Fhs2X+yNi8Y7wDo53d61xaRa3w=";
hash = "sha256-8eQmhVsW440/zxOwjngnPTGT7iFbdSvBV7tnI332piE=";
};
postPatch = ''