Unverified Commit c7b7dfa2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.python-linkplay: 0.2.11 -> 0.2.12

parent ff30c648
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.11";
  version = "0.2.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Velleman";
    repo = "python-linkplay";
    tag = "v${version}";
    hash = "sha256-/AXhbcaP3itLO8xiIOoLtHvc5wNs7o+fHH0nN+OoGNs=";
    hash = "sha256-oE3ILnaUDWMNcN3ZAIQKmGgUTc/tqXYdZTX1bxuHBso=";
  };

  build-system = [ setuptools ];