about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-02-11 18:31:01 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-11 18:31:01 +0100
commitced58845571fb08e40eb8122599d143e93555682 (patch)
tree0003d0cab0682d38d356ad4501d012a550bf3863
parentfd6ea004a061fbb849cf837b831d94c54b958c49 (diff)
downloadnixlib-ced58845571fb08e40eb8122599d143e93555682.tar
nixlib-ced58845571fb08e40eb8122599d143e93555682.tar.gz
nixlib-ced58845571fb08e40eb8122599d143e93555682.tar.bz2
nixlib-ced58845571fb08e40eb8122599d143e93555682.tar.lz
nixlib-ced58845571fb08e40eb8122599d143e93555682.tar.xz
nixlib-ced58845571fb08e40eb8122599d143e93555682.tar.zst
nixlib-ced58845571fb08e40eb8122599d143e93555682.zip
python311Packages.pyswitchbot: 0.44.1 -> 0.45.0
Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.44.1...0.45.0

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.45.0
-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 3ee728d7ef11..ad55dbc99fdf 100644
--- a/pkgs/development/python-modules/pyswitchbot/default.nix
+++ b/pkgs/development/python-modules/pyswitchbot/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "pyswitchbot";
-  version = "0.44.1";
+  version = "0.45.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "Danielhiversen";
     repo = "pySwitchbot";
     rev = "refs/tags/${version}";
-    hash = "sha256-i3OQ2QOBMaiNTyq44wbnHZ2iqAXEYB16NWKWzOza1Jo=";
+    hash = "sha256-lQVUHZvAZ4J0DLlUl30dSz2wwXKb9MK5prkXvub0yNI=";
   };
 
   nativeBuildInputs = [