From a8244813090f0b095209dba50956a4116ce869dd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Apr 2026 19:56:52 +0000 Subject: [PATCH] python3Packages.beets-alternatives: 0.14.0 -> 0.14.1 Co-authored-by: Michael Daniels --- .../python-modules/beets-alternatives/default.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/beets-alternatives/default.nix b/pkgs/development/python-modules/beets-alternatives/default.nix index ec30ac64bade..5144eb45c80c 100644 --- a/pkgs/development/python-modules/beets-alternatives/default.nix +++ b/pkgs/development/python-modules/beets-alternatives/default.nix @@ -22,25 +22,21 @@ buildPythonPackage rec { pname = "beets-alternatives"; - version = "0.14.0"; + version = "0.14.1"; pyproject = true; src = fetchFromGitHub { repo = "beets-alternatives"; owner = "geigerzaehler"; tag = "v${version}"; - hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A="; + hash = "sha256-C4EVJwzLhwQJz/iUKrIKUjhYHIpPrETqyQi0DByZM3Y="; }; patches = [ - # Fixes a failing test, see: - # https://github.com/geigerzaehler/beets-alternatives/issues/212 + # Fixes failing tests; see https://github.com/geigerzaehler/beets-alternatives/pull/221 (fetchpatch { - url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch"; - hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ="; - includes = [ - "test/cli_test.py" - ]; + url = "https://github.com/geigerzaehler/beets-alternatives/commit/84fdb0fa15225cce1e881b07bddcb52715677915.patch"; + hash = "sha256-rURvP7aNJ+I9bPjk43t8rYujOK1iUS1J4RFMAHfa5AU="; }) ];