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

beets-unstable: unstable-2024-10-26 -> unstable-2024-03-16

authored by Sandro and committed by GitHub 59dc3a46 6edf2fc4

+6 -3
+3
pkgs/tools/audio/beets/builtin-plugins.nix
··· 136 autobpm = { 137 testPaths = [ ]; 138 }; 139 }
··· 136 autobpm = { 137 testPaths = [ ]; 138 }; 139 + listenbrainz = { 140 + testPaths = [ ]; 141 + }; 142 }
+3 -3
pkgs/tools/audio/beets/default.nix
··· 85 86 beets-unstable = callPackage ./common.nix { 87 inherit python3Packages; 88 - version = "unstable-2023-10-26"; 89 src = fetchFromGitHub { 90 owner = "beetbox"; 91 repo = "beets"; 92 - rev = "6655760732100f5387fad2d2890c015ee5039981"; 93 - hash = "sha256-Nz9BHtacYpJMLmB3f9WFg6GvMa+BuUhiNbJ9cyannek="; 94 }; 95 extraPatches = [ 96 # Bash completion fix for Nix
··· 85 86 beets-unstable = callPackage ./common.nix { 87 inherit python3Packages; 88 + version = "unstable-2024-03-16"; 89 src = fetchFromGitHub { 90 owner = "beetbox"; 91 repo = "beets"; 92 + rev = "b09806e0df8f01b9155017d3693764ae7beedcd5"; 93 + hash = "sha256-jE6nZLOEFufqclT6p1zK7dW+vt69q2ulaRsUldL7cSQ="; 94 }; 95 extraPatches = [ 96 # Bash completion fix for Nix