about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-03 08:22:07 +0200
committerGitHub <noreply@github.com>2022-10-03 08:22:07 +0200
commitb70152de87267d219802bcd0049c2b2d4191f0a5 (patch)
tree7260e59a99ca3c6144ad1fe9e286af93732ddb3d /pkgs
parent978895272f8366f1a8545b26365ec0039b42ab5d (diff)
parent009650d1ea1f496103a8ef96ead4d39b4c1f3a01 (diff)
Merge pull request #194164 from r-ryantm/auto-update/python310Packages.pyswitchbot
python310Packages.pyswitchbot: 0.19.8 -> 0.19.13
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyswitchbot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyswitchbot/default.nix b/pkgs/development/python-modules/pyswitchbot/default.nix
index 497b516a66363..184d687deedcb 100644
--- a/pkgs/development/python-modules/pyswitchbot/default.nix
+++ b/pkgs/development/python-modules/pyswitchbot/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "pyswitchbot";
-  version = "0.19.8";
+  version = "0.19.13";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "Danielhiversen";
     repo = "pySwitchbot";
     rev = "refs/tags/${version}";
-    hash = "sha256-1vzHd6ouWZrc951a5s0OsjeMbEluP/kS7LDiZ3YOUqk=";
+    hash = "sha256-AkaFymWvHLPLHp/Z5RqRGe5RcJk8utcDkO33UzBQ+OA=";
   };
 
   propagatedBuildInputs = [