alacarte: 3.52.0 -> 3.54.0

This commit is contained in:
R. Ryantm 2024-10-09 14:55:17 +00:00
parent eb9f4a34ae
commit c7d03a1e2f

View File

@ -17,14 +17,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "alacarte";
version = "3.52.0";
version = "3.54.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "alacarte";
rev = version;
hash = "sha256-SkolSk6RireH3aKkRTUCib/nflqD02PR9uVtXePRHQY=";
hash = "sha256-btqSlO0vM4fmoBcxh3mshv0t2oZSxm8Vr26UvH5fVvE=";
};
format = "other";