lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.aioslimproto: 3.1.0 -> 3.1.1 (#434873)

authored by

Fabian Affolter and committed by
GitHub
7c1454b4 adc0c566

+3 -3
+3 -3
pkgs/development/python-modules/aioslimproto/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "aioslimproto"; 14 - version = "3.1.0"; 14 + version = "3.1.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.11"; ··· 20 20 owner = "home-assistant-libs"; 21 21 repo = "aioslimproto"; 22 22 tag = version; 23 - hash = "sha256-3soqvZld92ohCEwTFaMIOC+cvOjBQyVQOoLmKr53aMA="; 23 + hash = "sha256-L52Y6nOE77t0+vx4t2Ix39Xk0zxJklaGbBDuwWo1qek="; 24 24 }; 25 25 26 26 postPatch = '' ··· 44 44 meta = with lib; { 45 45 description = "Module to control Squeezebox players"; 46 46 homepage = "https://github.com/home-assistant-libs/aioslimproto"; 47 - changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${version}"; 47 + changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${src.tag}"; 48 48 license = licenses.asl20; 49 49 maintainers = with maintainers; [ fab ]; 50 50 };