python312Packages.adjusttext: 1.2.0 -> 1.3.0 (#352784)

This commit is contained in:
Nick Cao 2024-11-01 10:56:57 -04:00 committed by GitHub
commit 6fa0c1cd04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "adjusttext";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,15 +21,15 @@ buildPythonPackage rec {
owner = "Phlya";
repo = "adjusttext";
rev = "refs/tags/v${version}";
hash = "sha256-2EaFKvRdFPGnDlO8owjP1vCIY1hTQ3tep5oXV/JeU9M=";
hash = "sha256-WMWT2os3ADQOc1ogoCFKBEWnb6/CxgtiWmY45bYomks=";
};
nativeBuildInputs = [
build-system = [
packaging
setuptools
];
propagatedBuildInputs = [
dependencies = [
matplotlib
numpy
scipy