about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bellows
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-01 22:54:24 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 04:38:15 +0100
commit740406766f2bbab7f7609aa343c29a7260d7ee0e (patch)
treeef878688ef1800227aee9c80aebe0237ae1afa44 /pkgs/development/python-modules/bellows
parentc0156b1cc8075a6e0361848d5f04b9867bc44e57 (diff)
python3Packages.bellows: 0.34.6 -> 0.34.7
Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.34.6...0.34.7

Changelog: https://github.com/zigpy/bellows/releases/tag/0.34.7
Diffstat (limited to 'pkgs/development/python-modules/bellows')
-rw-r--r--pkgs/development/python-modules/bellows/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bellows/default.nix b/pkgs/development/python-modules/bellows/default.nix
index c2fca94408853..6ac6521530ac5 100644
--- a/pkgs/development/python-modules/bellows/default.nix
+++ b/pkgs/development/python-modules/bellows/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "bellows";
-  version = "0.34.6";
+  version = "0.34.7";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "zigpy";
     repo = "bellows";
     rev = "refs/tags/${version}";
-    hash = "sha256-J6PUVdIs9adRdFbw9yzu1Y9jU9Ge0hGxueXbE1b03og=";
+    hash = "sha256-+4OWiIRbCLvZWt5zn2djW20PrZJK4c5KOcz4Owbkozg=";
   };
 
   propagatedBuildInputs = [