From bb6fedd1c1e191a2afdb54a7542725d1b5ba3262 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 22 Sep 2025 14:55:54 +0300 Subject: [PATCH] beetsPackages.alternatives: 0.13.3 -> 0.13.4 Diff: https://github.com/geigerzaehler/beets-alternatives/compare/v0.13.3...v0.13.4 Changelog: https://github.com/geigerzaehler/beets-alternatives/blob/v0.13.4/CHANGELOG.md --- pkgs/tools/audio/beets/plugins/alternatives.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/audio/beets/plugins/alternatives.nix b/pkgs/tools/audio/beets/plugins/alternatives.nix index 15599ce56c7a..9e5a8182e47b 100644 --- a/pkgs/tools/audio/beets/plugins/alternatives.nix +++ b/pkgs/tools/audio/beets/plugins/alternatives.nix @@ -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 ] ++ [