Unverified Commit 4f1cb092 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

eartag: 0.3.1 -> 0.3.2
parents f9bc7b9e c0896274
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitHub
, fetchFromGitLab
, meson
, ninja
, pkg-config
@@ -18,14 +18,15 @@

python3Packages.buildPythonApplication rec {
  pname = "eartag";
  version = "0.3.1";
  version = "0.3.2";
  format = "other";

  src = fetchFromGitHub {
  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "knuxify";
    repo = pname;
    rev = "refs/tags/${version}";
    sha256 = "sha256-gN3V5ZHlhHp52Jg/i+hDLEDpSvP8yFngujyw5ZncQQg=";
    rev = version;
    sha256 = "sha256-XvbfQtE8LsztQ2VByG2jLYND3qVpH6owdAgh3b//lI4=";
  };

  postPatch = ''
@@ -67,7 +68,7 @@ python3Packages.buildPythonApplication rec {
  '';

  meta = with lib; {
    homepage = "https://github.com/knuxify/eartag";
    homepage = "https://gitlab.gnome.org/knuxify/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