Merge pull request #255573 from dotlambda/metadata-cleaner-2.5.4

metadata-cleaner: 2.5.0 -> 2.5.4
This commit is contained in:
Robert Schütz 2023-09-19 15:32:19 +00:00 committed by GitHub
commit a9f4bee155
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.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 = [