python3Packages.adjusttext: 1.3.0 -> 1.4.0 (#532289)

This commit is contained in:
Nick Cao
2026-06-16 19:22:52 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "adjusttext";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Phlya";
repo = "adjusttext";
tag = "v${version}";
hash = "sha256-WMWT2os3ADQOc1ogoCFKBEWnb6/CxgtiWmY45bYomks=";
hash = "sha256-MzVyY5GKy41kaGnV234OHmokrUarrV3HCq5GnrdjibM=";
};
build-system = [