Skip to content

Commit

Permalink
alacarte: 3.54.0 -> 3.54.1 (#373517)
Browse files Browse the repository at this point in the history
Co-authored-by: pluiedev <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and pluiedev authored Jan 13, 2025
2 parents c554c15 + 251a875 commit f5f6a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/al/alacarte/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f5f6a51

Please sign in to comment.