Unverified Commit b722f1d9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents e0803f0f c3eb844a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];