Unverified Commit cf3266fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 2bfae05f 874981fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [