python3Packages.beets: 2.13.1 -> 2.14.1

Diff: https://github.com/beetbox/beets/compare/v2.13.1...v2.14.1

Add py7zr optional test dependency, see:

436f3a579f
(cherry picked from commit 4726bd6b25)
This commit is contained in:
Doron Behar
2026-09-09 17:53:23 +03:00
committed by github-actions[bot]
parent 6b796b3153
commit bdf4254d23

View File

@@ -94,6 +94,7 @@
pytest-factoryboy,
pytest-flask,
mock,
py7zr,
rarfile,
responses,
requests-mock,
@@ -114,12 +115,12 @@
buildPythonPackage (finalAttrs: {
pname = "beets";
version = "2.13.1";
version = "2.14.1";
src = fetchFromGitHub {
owner = "beetbox";
repo = "beets";
tag = "v${finalAttrs.version}";
hash = "sha256-f25Uv7PRKBFUWah6pvEwwTFjxXKQfmAP2fyTNFJyWB0=";
hash = "sha256-elKifMiy0uYPkoIVedqpL7QSjLBKIHz5CIEylVmsTxk=";
};
pyproject = true;
@@ -185,6 +186,7 @@ buildPythonPackage (finalAttrs: {
pytest-factoryboy
pytest-flask
mock
py7zr
rarfile
responses
requests-mock