python312Packages.pysqueezebox: 0.11.1 -> 0.12.0 (#381836)

This commit is contained in:
Fabian Affolter
2025-02-14 01:28:47 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pysqueezebox";
version = "0.11.1";
version = "0.12.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "rajlaud";
repo = "pysqueezebox";
tag = "v${version}";
hash = "sha256-8eCf0y8xbnSP+c+QP8fRkamUj5kN4EUQVZpotdo7hbs=";
hash = "sha256-WZrj9YNVQSS1M+PKLkX1zyERVmcvJGnHal6JKgl/fC0=";
};
build-system = [ setuptools ];
@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asynchronous library to control Logitech Media Server";
homepage = "https://github.com/rajlaud/pysqueezebox";
changelog = "https://github.com/rajlaud/pysqueezebox/releases/tag/v${version}";
changelog = "https://github.com/rajlaud/pysqueezebox/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ nyanloutre ];
};