Unverified Commit c5204866 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

beets: 2.3.1 -> 2.4.0 (#444095)

parents c12e462b fde3a6e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -133,12 +133,14 @@
    propagatedBuildInputs = [ python3Packages.mpd2 ];
    testPaths = [ ];
  };
  musicbrainz = { };
  parentwork = { };
  permissions = { };
  play = { };
  playlist.propagatedBuildInputs = [ python3Packages.requests ];
  plexupdate = { };
  random = { };
  replace = { };
  replaygain.wrapperBins = [
    aacgain
    ffmpeg
+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ python3Packages.buildPythonApplication {
  disabledTests = disabledTests ++ [
    # https://github.com/beetbox/beets/issues/5880
    "test_reject_different_art"
    # touches network
    "test_merge_duplicate_album"
  ];

  # Perform extra "sanity checks", before running pytest tests.
+2 −2
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ lib.makeExtensible (

    beets-stable = callPackage ./common.nix rec {
      inherit python3Packages extraPatches;
      version = "2.3.1";
      version = "2.4.0";
      src = fetchFromGitHub {
        owner = "beetbox";
        repo = "beets";
        tag = "v${version}";
        hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY=";
        hash = "sha256-BM4NW8iukw9+zLD2cfAETmFYNAiNPUn9cLrkVlCE+jM=";
      };
    };