python310Packages.aiosmb: 0.4.3 -> 0.4.4

Changelog: https://github.com/skelsec/aiosmb/releases/tag/0.4.4
This commit is contained in:
Fabian Affolter 2022-12-07 10:42:36 +01:00
parent 01f1aa21dc
commit 01c1fbdd4b

View file

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