From 6dde564f1665cab79e4f4f8aada89f79e3333a8d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 19 Aug 2025 00:12:42 +0000 Subject: [PATCH] python3Packages.aioslimproto: 3.1.0 -> 3.1.1 --- pkgs/development/python-modules/aioslimproto/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aioslimproto/default.nix b/pkgs/development/python-modules/aioslimproto/default.nix index 747b6b7a05ba..0b8ad797b5ef 100644 --- a/pkgs/development/python-modules/aioslimproto/default.nix +++ b/pkgs/development/python-modules/aioslimproto/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "aioslimproto"; - version = "3.1.0"; + version = "3.1.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioslimproto"; tag = version; - hash = "sha256-3soqvZld92ohCEwTFaMIOC+cvOjBQyVQOoLmKr53aMA="; + hash = "sha256-L52Y6nOE77t0+vx4t2Ix39Xk0zxJklaGbBDuwWo1qek="; }; postPatch = '' @@ -44,7 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to control Squeezebox players"; 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; maintainers = with maintainers; [ fab ]; };