+2
-2
pkgs/tools/audio/beets/plugins/filetote.nix
+2
-2
pkgs/tools/audio/beets/plugins/filetote.nix
···
9
9
10
10
python3Packages.buildPythonApplication rec {
11
11
pname = "beets-filetote";
12
-
version = "1.0.2";
12
+
version = "1.1.0";
13
13
pyproject = true;
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "gtronset";
17
17
repo = "beets-filetote";
18
18
tag = "v${version}";
19
-
hash = "sha256-4goblrcSbjl8+xf1wwyoC2462kSy6biLUhTAVIJ8Pjc=";
19
+
hash = "sha256-5o0Hif0dNavYRH1pa1ZPTnOvk9VPXCU/Lqpg2rKzU/I=";
20
20
};
21
21
22
22
postPatch = ''