Merge pull request #212360 from dotlambda/metadata-cleaner-2.4.0

metadata-cleaner: 2.3.1 -> 2.4.0
This commit is contained in:
Weijia Wang 2023-01-24 18:22:09 +01:00 committed by GitHub
commit bdf53b6257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "metadata-cleaner";
version = "2.3.1";
version = "2.4.0";
format = "other";
@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "rmnvgr";
repo = pname;
rev = "v${version}";
hash = "sha256-nH2BsfXFwBdu7/YH2OuG90HxYgiuqKJqMC4p0PRlgPw=";
hash = "sha256-/Zi82ri61cQHt1D8DjeVHTSeEn9ubQJD931kP0ffiOs=";
};
nativeBuildInputs = [