python3Packages.aioslimproto: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm 2025-08-19 00:12:42 +00:00
parent 72f5bfc3b5
commit 6dde564f16

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioslimproto"; pname = "aioslimproto";
version = "3.1.0"; version = "3.1.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs"; owner = "home-assistant-libs";
repo = "aioslimproto"; repo = "aioslimproto";
tag = version; tag = version;
hash = "sha256-3soqvZld92ohCEwTFaMIOC+cvOjBQyVQOoLmKr53aMA="; hash = "sha256-L52Y6nOE77t0+vx4t2Ix39Xk0zxJklaGbBDuwWo1qek=";
}; };
postPatch = '' postPatch = ''
@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Module to control Squeezebox players"; description = "Module to control Squeezebox players";
homepage = "https://github.com/home-assistant-libs/aioslimproto"; homepage = "https://github.com/home-assistant-libs/aioslimproto";
changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${version}"; changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${src.tag}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };