mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
beetsPackages.filetote: 1.0.1 -> 1.0.2 (#407264)
This commit is contained in:
commit
03429e6f8c
1 changed files with 3 additions and 3 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "beets-filetote";
|
pname = "beets-filetote";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gtronset";
|
owner = "gtronset";
|
||||||
repo = "beets-filetote";
|
repo = "beets-filetote";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-LTJwZI/kQc+Iv0y8jAi5Xdh4wLEwbTA9hV76ndQsQzU=";
|
hash = "sha256-4goblrcSbjl8+xf1wwyoC2462kSy6biLUhTAVIJ8Pjc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -75,7 +75,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Beets plugin to move non-music files during the import process";
|
description = "Beets plugin to move non-music files during the import process";
|
||||||
homepage = "https://github.com/gtronset/beets-filetote";
|
homepage = "https://github.com/gtronset/beets-filetote";
|
||||||
changelog = "https://github.com/gtronset/beets-filetote/blob/${src.rev}/CHANGELOG.md";
|
changelog = "https://github.com/gtronset/beets-filetote/blob/${src.tag}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ dansbandit ];
|
maintainers = with maintainers; [ dansbandit ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
inherit (beets.meta) platforms;
|
inherit (beets.meta) platforms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue