python3Packages.snapcast: 2.3.7 -> 2.3.8 (#518918)

This commit is contained in:
Nick Cao
2026-05-11 21:19:17 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "snapcast";
version = "2.3.7";
version = "2.3.8";
pyproject = true;
src = fetchFromGitHub {
owner = "happyleavesaoc";
repo = "python-snapcast";
tag = version;
hash = "sha256-k6U13vkeOAip94hcEjssFgvMnhpOXG87E0R2Zu1YyY4=";
hash = "sha256-AWGpKtkki5I7VkKSSOBKUss2ULzOKVuKP/8mrU3VmqI=";
};
nativeBuildInputs = [ setuptools ];