Unverified Commit 30c46214 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.python-linkplay: 0.2.9 -> 0.2.10 (#415774)

parents 62d17204 2b4c8f7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "python-linkplay";
  version = "0.2.9";
  version = "0.2.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Velleman";
    repo = "python-linkplay";
    tag = "v${version}";
    hash = "sha256-syCqa9xDuAmsq9eh29PACchdLN1bPj/vCCt3a++LqE4=";
    hash = "sha256-mXCeMz7j6fyotKIwAq2M82U92Yvu+VFFacptMtw28qU=";
  };

  build-system = [ setuptools ];