python312Packages.snapcast: 2.3.6 -> 2.3.7 (#403149)

This commit is contained in:
Nick Cao
2025-04-30 17:47:39 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "snapcast";
version = "2.3.6";
version = "2.3.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "happyleavesaoc";
repo = "python-snapcast";
tag = version;
hash = "sha256-gn+X0DZnox4mkJwDVgwNXae63iGbiqPIO15UV5pDwuY=";
hash = "sha256-k6U13vkeOAip94hcEjssFgvMnhpOXG87E0R2Zu1YyY4=";
};
nativeBuildInputs = [ setuptools ];