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

Merge pull request #258415 from fabaff/pyswitchbot-bump

python311Packages.pyswitchbot: 0.40.0 -> 0.40.1
parents f8d72360 b0449a7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "pyswitchbot";
  version = "0.40.0";
  version = "0.40.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "Danielhiversen";
    repo = "pySwitchbot";
    rev = "refs/tags/${version}";
    hash = "sha256-ST1UwgmlKhnLqr/cIvZRpNEYjxv9URInmkVbi6GA7/c=";
    hash = "sha256-qKNsXN9nc3YS1gRNPPQUBgXDs01/rhdtRz707cfaYx8=";
  };

  propagatedBuildInputs = [