mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
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 commit4726bd6b25)
This commit is contained in:
committed by
github-actions[bot]
parent
6b796b3153
commit
bdf4254d23
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user