alacarte: 3.56.0 -> 3.58.0 (#447856)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-17 19:35:52 +00:00
committed by GitHub
+2 -2
View File
@@ -17,14 +17,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "alacarte";
version = "3.56.0";
version = "3.58.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "alacarte";
tag = version;
hash = "sha256-sH/2ULI1QEqmgFIFFnOwsx2/+TMt+bPu0l0LUcnBgWg=";
hash = "sha256-U3shnQ1GlDvOQFfjYVfAhCVRVQpTyLwEzHqKIbBChas=";
};
format = "other";