python3Packages.pyclipper: 1.3.0.post6 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-01-10 00:33:06 +00:00
parent 65786ea559
commit e5ac895618
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyclipper";
version = "1.3.0.post6";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fonttools";
repo = "pyclipper";
tag = version;
hash = "sha256-s2D0ipDatAaF7A1RYOKyI31nkfc/WL3vHWsAMbo+WcY=";
hash = "sha256-mh+F3iFCItmLbV6bF7Mi5IaWwjcKrE9Nk6lxglyFUg4=";
};
build-system = [