python3Packages.smpclient: 5.1.0 -> 6.0.0

https://github.com/intercreate/smpclient/releases/tag/6.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:55 +01:00
parent 7740a50f70
commit 2132a0a182
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "smpclient";
version = "5.1.0";
version = "6.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "intercreate";
repo = "smpclient";
tag = version;
hash = "sha256-/prS2w14yTT2t/CKDAVimh6lyXx4wRT3wQ1d18dhpSo=";
hash = "sha256-1FyrJivP+sOKXVFuH5NbvIlOTOkuiUO3uIRasH8D+d8=";
};
pythonRelaxDeps = [