about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-12 00:17:47 +0100
committerGitHub <noreply@github.com>2024-02-12 00:17:47 +0100
commit71ee2a9727a8e9a02a6eb1b76a085c83c564687a (patch)
treef9ed58bc4b3edb329cb0f20c1d0ca87af16fb5c3
parent40db4af550a822dee4ce25fceaec2a84fa2f3b6b (diff)
parentced58845571fb08e40eb8122599d143e93555682 (diff)
downloadnixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.tar
nixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.tar.gz
nixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.tar.bz2
nixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.tar.lz
nixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.tar.xz
nixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.tar.zst
nixlib-71ee2a9727a8e9a02a6eb1b76a085c83c564687a.zip
Merge pull request #288097 from fabaff/pyswitchbot-bump
python311Packages.pyswitchbot: 0.44.1 -> 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 = [