Commit 9cb9b984 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 89e6cfbd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -18,15 +18,15 @@

python3.pkgs.buildPythonApplication rec {
  pname = "metadata-cleaner";
  version = "2.5.5";
  version = "2.5.6";

  format = "other";

  src = fetchFromGitLab {
    owner = "rmnvgr";
    repo = pname;
    repo = "metadata-cleaner";
    rev = "v${version}";
    hash = "sha256-0DaQvVG19X9mMYZeYBz0t/DEx4MACLMjTOGMkUv9OQg=";
    hash = "sha256-J+nwgLbAFoh1gq3J4cqQEShZJCSZesyCjT9DfkCWIHs=";
  };

  nativeBuildInputs = [
@@ -50,7 +50,7 @@ python3.pkgs.buildPythonApplication rec {
    poppler_gi
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    mat2
    pygobject3
  ];