Commit f460c54f authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 46423a1a
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.5.0";
  version = "2.5.4";

  format = "other";

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

  nativeBuildInputs = [