xapp-thumbnailers: 1.2.9 -> 1.2.10

This commit is contained in:
R. Ryantm
2026-06-19 17:03:45 +00:00
parent 7c513aed49
commit 726be80e02
@@ -32,14 +32,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "xapp-thumbnailers";
version = "1.2.9";
version = "1.2.10";
pyproject = false;
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xapp-thumbnailers";
tag = finalAttrs.version;
hash = "sha256-XlmWenp3BmGnmLGt9jauys9P92icsezjieHuyGVMisw=";
hash = "sha256-6ipO1l+K9um8ShIFEHsza5G/yYQxlkBAnYtdgqFC0bI=";
};
patches = [ ./meson.patch ];