python312Packages.adjusttext: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2024-11-01 04:11:28 +00:00
parent e99719836d
commit e8175bcf67
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "adjusttext";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Phlya";
repo = "adjusttext";
rev = "refs/tags/v${version}";
hash = "sha256-2EaFKvRdFPGnDlO8owjP1vCIY1hTQ3tep5oXV/JeU9M=";
hash = "sha256-WMWT2os3ADQOc1ogoCFKBEWnb6/CxgtiWmY45bYomks=";
};
nativeBuildInputs = [