Merge pull request #198758 from zendo/update-metadata-cleaner

metadata-cleaner: 2.2.3 -> 2.2.5
This commit is contained in:
Bobby Rong 2022-11-01 09:21:17 +08:00 committed by GitHub
commit 60426c0a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,22 +18,23 @@
python3.pkgs.buildPythonApplication rec {
pname = "metadata-cleaner";
version = "2.2.3";
version = "2.2.5";
format = "other";
src = fetchFromGitLab {
owner = "rmnvgr";
repo = "metadata-cleaner";
repo = pname;
rev = "v${version}";
hash = "sha256-ykJd1ZjAqT8OtJsZiSjbDdkN5fFlQcWtTO88x3zAfU8=";
hash = "sha256-Yb5tCvhVg9p4v7++MmoaeQDyP1qdfpHM+IGj8BoacVs=";
};
nativeBuildInputs = [
appstream
desktop-file-utils
glib
gtk4
glib # glib-compile-resources
gtk4 # gtk4-update-icon-cache
gobject-introspection
itstool
meson
ninja
@ -42,7 +43,7 @@ python3.pkgs.buildPythonApplication rec {
];
buildInputs = [
gobject-introspection
glib
gtk4
libadwaita
librsvg