python3Packages.smpclient: 5.0.0 -> 5.1.0 (#439644)

This commit is contained in:
Nick Cao
2025-09-03 16:48:06 -04:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "smpclient";
version = "5.0.0";
version = "5.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "intercreate";
repo = "smpclient";
tag = version;
hash = "sha256-NQRVEvi/B+KdhPIzw8pm22uXpYPkoaatkCNFnEcibzo=";
hash = "sha256-/prS2w14yTT2t/CKDAVimh6lyXx4wRT3wQ1d18dhpSo=";
};
pythonRelaxDeps = [