Merge pull request #201804 from dotlambda/metadata-cleaner-2.2.7

metadata-cleaner: 2.2.5 -> 2.2.7
This commit is contained in:
Fabian Affolter 2022-11-19 09:28:15 +01:00 committed by GitHub
commit 802aed7326
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.2.5";
version = "2.2.7";
format = "other";
@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "rmnvgr";
repo = pname;
rev = "v${version}";
hash = "sha256-Yb5tCvhVg9p4v7++MmoaeQDyP1qdfpHM+IGj8BoacVs=";
hash = "sha256-Kqvnw0cPPkqgJQdc6vkP4U96AQuyFSNMQTzTdIUghWw=";
};
nativeBuildInputs = [