python310Packages.aiosmb: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2022-10-06 18:28:00 +00:00
parent 27a89ba43b
commit 166f515122

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiosmb";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-h8wYBuxLq2JiQyGQFPirGblcSjtGqoi9ODvCNLH9ec8=";
hash = "sha256-jJVXGBK8wWXEGvCzOTicHUh9jH35d1ARIxkLwn/ctjM=";
};
propagatedBuildInputs = [