Skip to content

Commit

Permalink
python310Packages.aioshelly: 1.0.9 -> 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 23, 2022
1 parent 125f3f7 commit 7cc9eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aioshelly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "aioshelly";
version = "1.0.9";
version = "1.0.10";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = version;
hash = "sha256-XGmhLc64efQ1eIgCYN1Wkp4sPXvYXlR7/9WF5cWZyys=";
hash = "sha256-YHdHh7uC9QF+dj+SI2Y4rEkBq+gGalNBmuWFVgq7XOM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 7cc9eb9

Please sign in to comment.