beetsPackages.filetote: 1.0.1 -> 1.0.2 (#407264)

This commit is contained in:
Nick Cao 2025-05-16 17:08:07 -04:00 committed by GitHub
commit 03429e6f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;