Unverified Commit 7256f4e7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202376 from r-ryantm/auto-update/miniplayer

miniplayer: 1.7.1 -> 1.7.3
parents 8b8e44ff 700aa487
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@ with python3Packages;

buildPythonApplication rec {
  pname = "miniplayer";
  version = "1.7.1";
  version = "1.7.3";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-NrIDv61mRDe9JWpSP8cvlU4CGoN6Ou6XuNOIn1p47Pw=";
    hash = "sha256-GxbsDIZ5LvxMqbDC81rerrk0mn94qHlX1uxrNL+vxSU=";
  };

  propagatedBuildInputs = [