Unverified Commit a4d71d47 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #166993 from dotlambda/metadata-cleaner-2.2.1

metadata-cleaner: 2.1.5 -> 2.2.1
parents c79c23d0 f01177be
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.1.5";
  version = "2.2.1";

  format = "other";

@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "rmnvgr";
    repo = "metadata-cleaner";
    rev = "v${version}";
    hash = "sha256-G7Azeh8+OQILoYEmlIeacoDzN0NRt5NTGavYM9CH8WA=";
    hash = "sha256-clCCVOoiInaxg9++GiHMLaD+k0gAvt3oOmqQ/a+WgCE=";
  };

  nativeBuildInputs = [