Commit 07e1d5bc authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files
parent 0d2542fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "metadata-cleaner";
  version = "2.4.0";
  version = "2.5.0";

  format = "other";

@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "rmnvgr";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-/Zi82ri61cQHt1D8DjeVHTSeEn9ubQJD931kP0ffiOs=";
    hash = "sha256-15qs2EsvEmQQPsarozP4HVpa0/3YJBSZ9M+1s/w5LaA=";
  };

  nativeBuildInputs = [