mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python312Packages.aioshelly: 11.2.0 -> 11.2.4 (#335726)
https://github.com/home-assistant-libs/aioshelly/releases/tag/11.2.1 https://github.com/home-assistant-libs/aioshelly/releases/tag/11.2.2 https://github.com/home-assistant-libs/aioshelly/releases/tag/11.2.3 https://github.com/home-assistant-libs/aioshelly/releases/tag/11.2.4
This commit is contained in:
parent
f18aa82ac6
commit
7153bd42c2
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioshelly";
|
||||
version = "11.2.0";
|
||||
version = "11.2.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "aioshelly";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-+h7xRKTI5S+NQ0IdC2DJywQRIWUUd1mHti6K7VPhBAc=";
|
||||
hash = "sha256-a2hjK1YA/L5w2fYgWYgyyqTMZ4cOzTRzGzMCu5X35/o=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user