Merge pull request #241603 from foo-dogsquared/update-eartag

eartag: 0.4.1 -> 0.4.2
This commit is contained in:
Weijia Wang 2023-07-05 15:03:50 +03:00 committed by GitHub
commit 2a7df274ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,15 +18,15 @@
python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "0.4.1";
version = "0.4.2";
format = "other";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "knuxify";
owner = "World";
repo = pname;
rev = version;
sha256 = "sha256-awH+SA0xef1dMDqfLOg5htYH5ywWzK2xbWWSaan0aRg=";
hash = "sha256-sLnZPn4pi+sRcDW0f5NHiZaxmnf9xGZnbKYWrCNQsY4=";
};
postPatch = ''
@ -69,7 +69,7 @@ python3Packages.buildPythonApplication rec {
'';
meta = with lib; {
homepage = "https://gitlab.gnome.org/knuxify/eartag";
homepage = "https://gitlab.gnome.org/World/eartag";
description = "Simple music tag editor";
# 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