Skip to content

Commit 48dad03

Browse files
committed
1 parent d95021f commit 48dad03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aioairzone/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
buildPythonPackage rec {
99
pname = "aioairzone";
10-
version = "0.5.2";
10+
version = "0.5.3";
1111
format = "setuptools";
1212

1313
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
1616
owner = "Noltari";
1717
repo = pname;
1818
rev = "refs/tags/${version}";
19-
hash = "sha256-x4OtYUJjRDSDd0FzlbMf7syjUIVxKsqgEfRWS1wgvPo=";
19+
hash = "sha256-A2jk8gXqKeQ3b2p9/bkPat1NdhUOFdJCZeSFg//D/hA=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)