about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-14 13:39:30 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 02:39:48 +0100
commit579e34761fbf6b4cab30e51f27912c6cd5e3037d (patch)
tree7323da42ffa3d2d17d76cb46c6bf502502482d42 /pkgs/development
parent7d7fb2d1ae3e2bd497c70b440f11e67babc7c59a (diff)
python310Packages.pyswitchbee: 1.6.2 -> 1.7.3
Changelog: https://github.com/jafar-atili/pySwitchbee/releases/tag/1.7.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/pyswitchbee/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyswitchbee/default.nix b/pkgs/development/python-modules/pyswitchbee/default.nix
index 58466f0d9b809..47614cffdfdbb 100644
--- a/pkgs/development/python-modules/pyswitchbee/default.nix
+++ b/pkgs/development/python-modules/pyswitchbee/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "pyswitchbee";
-  version = "1.6.2";
+  version = "1.7.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "jafar-atili";
     repo = "pySwitchbee";
     rev = "refs/tags/${version}";
-    hash = "sha256-MDutpeHI6MW1VwCRTPJK/y08ee4eidOHluMf6lPQfEk=";
+    hash = "sha256-M3sxxBp4IoqZLX9Lyw35Z0zkV6fDT7AkeDOcdPN5k7w=";
   };
 
   postPatch = ''