Unverified Commit 59dc3a46 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #296664 from stalkerhumanoid/update-beets-unstable-03-17-24

beets-unstable: unstable-2024-10-26 -> unstable-2024-03-16
parents 6edf2fc4 fe30c452
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -136,4 +136,7 @@
  autobpm = {
    testPaths = [ ];
  };
  listenbrainz = {
    testPaths = [ ];
  };
}
+3 −3
Original line number Diff line number Diff line
@@ -85,12 +85,12 @@ in lib.makeExtensible (self: {

  beets-unstable = callPackage ./common.nix {
    inherit python3Packages;
    version = "unstable-2023-10-26";
    version = "unstable-2024-03-16";
    src = fetchFromGitHub {
      owner = "beetbox";
      repo = "beets";
      rev = "6655760732100f5387fad2d2890c015ee5039981";
      hash = "sha256-Nz9BHtacYpJMLmB3f9WFg6GvMa+BuUhiNbJ9cyannek=";
      rev = "b09806e0df8f01b9155017d3693764ae7beedcd5";
      hash = "sha256-jE6nZLOEFufqclT6p1zK7dW+vt69q2ulaRsUldL7cSQ=";
    };
    extraPatches = [
      # Bash completion fix for Nix