python3Packages.smpclient: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm
2025-09-02 17:14:07 +00:00
parent 5566371150
commit 874981fa2c
@@ -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 = [