Commit df281ac2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aioshelly: 13.23.0 -> 13.23.1

parent 719f19e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "aioshelly";
  version = "13.23.0";
  version = "13.23.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "aioshelly";
    tag = version;
    hash = "sha256-qjFxEKA6tSMYmGMV3Hx1GWEZ2BlRVi9SWSyp9djwTXU=";
    hash = "sha256-vAYhOBfwDKWO0K4pHVf3qqpXTztb5Qzn8TEzk6ecbw0=";
  };

  build-system = [ setuptools ];