meld: 3.22.3 → 3.23.0

https://gitlab.gnome.org/GNOME/meld/-/compare/3.22.3...3.23.0
This commit is contained in:
R. Ryantm 2025-03-27 23:29:17 +00:00 committed by Jan Tojnar
parent 69a10b73de
commit d5d9044f0a

View file

@ -22,13 +22,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "meld";
version = "3.22.3";
version = "3.23.0";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-N/fynrH/D+xNiwiNVIPFVt4QifbQGP5tSBmTyvJJnYQ=";
url = "mirror://gnome/sources/meld/${lib.versions.majorMinor version}/meld-${version}.tar.xz";
hash = "sha256-mDwqQkDgJaIQnHc4GYcQ6dawY8kQsEgzLRRpDPU4wqY=";
};
nativeBuildInputs = [
@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
packageName = "meld";
versionPolicy = "none"; # should be odd-unstable but we are tracking unstable versions for now
};
};