python3Packages.snapcast: 2.3.7 -> 2.3.8

This commit is contained in:
R. Ryantm
2026-05-11 03:40:51 +00:00
parent c6e5ca3c83
commit bc54d92a72
@@ -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 ];