alacarte: 3.54.0 -> 3.54.1 (#373517)

Co-authored-by: pluiedev <hi@pluie.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-13 19:40:08 +00:00
committed by GitHub
co-authored by pluiedev
+2 -2
View File
@@ -17,14 +17,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "alacarte";
version = "3.54.0";
version = "3.54.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "alacarte";
rev = version;
hash = "sha256-btqSlO0vM4fmoBcxh3mshv0t2oZSxm8Vr26UvH5fVvE=";
hash = "sha256-nfSYbGZvx76UzHGf6Jxq8Ny5o9NX5nXG9Kc/gRNn6HM=";
};
format = "other";