3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioshelly: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm 2023-01-27 18:15:54 +00:00
parent 8d6a0e9658
commit 5d15a732f6

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "5.3.0";
version = "5.3.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tsjHs1v5Yth5XToznCdAWoe70Lhxqh6Mq/MHKSYYg14=";
hash = "sha256-a8zU3xHnYRmoiNiXlCUgrqgVINbhUWkPKGGsHkgHo4w=";
};
propagatedBuildInputs = [