python310Packages.zimports: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-08-24 23:41:35 +00:00
parent 2ece2a0701
commit 7b29db2ccc

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zimports";
version = "0.6.0";
version = "0.6.1";
format = "setuptools";
# upstream technically support 3.7 through 3.9, but 3.10 happens to work while 3.11 breaks with an import error
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "sqlalchemyorg";
repo = "zimports";
rev = "refs/tags/v${version}";
hash = "sha256-qm5mA8pCSLbkupGBo+ppHSW6uy1j/FfV3idvGQGhjqU=";
hash = "sha256-+sDvl8z0O0cZyS1oZgt924hlOkYeHiStpXL9y9+JZ5I=";
};
propagatedBuildInputs = [