python3Packages.adjusttext: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-06-16 11:24:19 +00:00
parent b38530584b
commit 3c2465d4ee
@@ -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 = [