mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
Merge pull request #197284 from fabaff/snapcast-bump
python310Packages.snapcast: 2.2.0 -> 2.3.0
This commit is contained in:
commit
d5fa07b062
@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "snapcast";
|
||||
version = "2.2.0";
|
||||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "happyleavesaoc";
|
||||
repo = "python-snapcast";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-H41X5bfRRu+uE7eUsmUkONm6hugNs43+O7MvVPH0e+8=";
|
||||
hash = "sha256-De/dxZLNTJT6DuTa/piavNsLhr6lsPKqR5rQNrvwXGQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -34,6 +34,12 @@ buildPythonPackage rec {
|
||||
"snapcast"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# AssertionError and TypeError
|
||||
"test_stream_setmeta"
|
||||
"est_stream_setproperty"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Control Snapcast, a multi-room synchronous audio solution";
|
||||
homepage = "https://github.com/happyleavesaoc/python-snapcast/";
|
||||
|
Loading…
Reference in New Issue
Block a user