python310Packages.adjusttext: 0.7.3 -> 0.7.3.1

+2 -2
+2 -2
pkgs/development/python-modules/adjusttext/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "adjusttext"; 11 - version = "0.7.3"; 11 + version = "0.7.3.1"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Phlya"; 16 16 repo = pname; 17 17 rev = version; 18 - sha256 = "02apaznnnmwmrn342f22dj5dldn56gdl9v5qix07ah6kgp9503yw"; 18 + sha256 = "1a6hizx1cnplj0irn8idgda2lacsb61dw464cwx798pjr1gd401n"; 19 19 }; 20 20 21 21 nativeBuildInputs = [