python310Packages.adjusttext: 0.7.3 -> 0.7.3.1

This commit is contained in:
R. Ryantm 2022-01-19 09:38:26 +00:00
parent bb9046571d
commit 2e3aa420cd

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "adjusttext";
version = "0.7.3";
version = "0.7.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "Phlya";
repo = pname;
rev = version;
sha256 = "02apaznnnmwmrn342f22dj5dldn56gdl9v5qix07ah6kgp9503yw";
sha256 = "1a6hizx1cnplj0irn8idgda2lacsb61dw464cwx798pjr1gd401n";
};
nativeBuildInputs = [