Merge pull request #121478 from dotlambda/metadata-cleaner-1.0.5

metadata-cleaner: 1.0.4 -> 1.0.5
This commit is contained in:
Fabian Affolter 2021-05-03 10:58:46 +02:00 committed by GitHub
commit 952257c35d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "metadata-cleaner";
version = "1.0.4";
version = "1.0.5";
format = "other";
@ -25,7 +25,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "rmnvgr";
repo = "metadata-cleaner";
rev = "v${version}";
sha256 = "sha256-F/xh4dFX7W50kFzpWpGKyMUhxOlDO3WDXBzXVsDViY8=";
sha256 = "sha256-9s9i703Svql1Nn1M1sFp3FOtLGjuxXi6YR6nsUJCkeg=";
};
nativeBuildInputs = [