Loading pkgs/development/python-modules/pysqueezebox/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pysqueezebox"; version = "0.11.1"; version = "0.12.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -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 ]; Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pysqueezebox/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pysqueezebox"; version = "0.11.1"; version = "0.12.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -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 ]; Loading Loading @@ -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 ]; }; Loading