Commit bb6fedd1 authored by Doron Behar's avatar Doron Behar
Browse files
parent b10d5457
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "beets-alternatives";
  version = "0.13.3";
  version = "0.13.4";
  pyproject = true;

  src = fetchFromGitHub {
    repo = "beets-alternatives";
    owner = "geigerzaehler";
    tag = "v${version}";
    hash = "sha256-j56AzbpZFACXy5KqafE8PCC+zM6pXrxr/rWy9UjZPQg=";
    hash = "sha256-jGHRoBBXqJq0r/Gbp7gkuaEFPVMGE6cqQRi84AHTXxQ=";
  };

  nativeBuildInputs = [
@@ -33,6 +33,7 @@ python3Packages.buildPythonApplication rec {
      pytest-cov-stub
      mock
      pillow
      tomli
      typeguard
    ]
    ++ [