diff --git a/pkgs/applications/audio/eartag/default.nix b/pkgs/applications/audio/eartag/default.nix index 29844df2c2af..ee76e8ecb282 100644 --- a/pkgs/applications/audio/eartag/default.nix +++ b/pkgs/applications/audio/eartag/default.nix @@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec { pname = "eartag"; - version = "0.3.3"; + version = "0.4.0"; format = "other"; src = fetchFromGitLab { @@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec { owner = "knuxify"; repo = pname; rev = version; - sha256 = "sha256-120voKmlEDsVSxNfqmwBvTB90dQUwnf2CtxvOKqi8+U="; + sha256 = "sha256-4Kk/+iQNRqba5W/AdPlZ17Siwyy+WQuRYCb7M68S71I="; }; postPatch = '' @@ -60,6 +60,7 @@ python3Packages.buildPythonApplication rec { mutagen pytaglib python-magic + pyacoustid ]; dontWrapGApps = true;