eartag: 0.6.5 -> 1.0.2 (#456117)

This commit is contained in:
Aleksana 2025-11-09 02:07:48 +00:00 committed by GitHub
commit 2966d110ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "eartag"; pname = "eartag";
version = "0.6.5"; version = "1.0.2";
format = "other"; format = "other";
src = fetchFromGitLab { src = fetchFromGitLab {
@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec {
owner = "World"; owner = "World";
repo = "eartag"; repo = "eartag";
rev = version; rev = version;
hash = "sha256-sxVivQppX8KdkvHaW6xQ64Wi8Nfv5Rmwf4NADBDpOOo="; hash = "sha256-Iwfk0SqxYF2bzkKZNqGonJh8MQ2c+K1wN0o4GECR/Rw=";
}; };
postPatch = '' postPatch = ''
@ -61,6 +61,8 @@ python3Packages.buildPythonApplication rec {
]; ];
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
aiofiles
aiohttp
pygobject3 pygobject3
eyed3 eyed3
pillow pillow
@ -68,6 +70,7 @@ python3Packages.buildPythonApplication rec {
pytaglib pytaglib
python-magic python-magic
pyacoustid pyacoustid
xxhash
]; ];
dontWrapGApps = true; dontWrapGApps = true;
@ -82,6 +85,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
homepage = "https://gitlab.gnome.org/World/eartag"; homepage = "https://gitlab.gnome.org/World/eartag";
description = "Simple music tag editor"; description = "Simple music tag editor";
changelog = "https://gitlab.gnome.org/World/eartag/-/releases/${version}";
# This seems to be using ICU license but we're flagging it to MIT license # This seems to be using ICU license but we're flagging it to MIT license
# since ICU license is a modified version of MIT and to prevent it from # since ICU license is a modified version of MIT and to prevent it from
# being incorrectly identified as unfree software. # being incorrectly identified as unfree software.