Merge pull request #327015 from r-ryantm/auto-update/python312Packages.adjusttext

python312Packages.adjusttext: 1.1.1 -> 1.2.0
This commit is contained in:
Nick Cao 2024-07-14 10:58:58 -04:00 committed by GitHub
commit be78bb55dd
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.1.1";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Phlya";
repo = "adjusttext";
rev = "refs/tags/v${version}";
hash = "sha256-o/TA/br7sJAcvfIR4uA7a6XRf/enJ/x7N4ys6Of0j3g=";
hash = "sha256-2EaFKvRdFPGnDlO8owjP1vCIY1hTQ3tep5oXV/JeU9M=";
};
nativeBuildInputs = [