gnome-frog: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm 2025-04-28 07:56:50 +00:00
parent 917ee0af83
commit befac760b1

View file

@ -24,13 +24,13 @@
python3Packages.buildPythonApplication rec {
pname = "gnome-frog";
version = "1.5.2";
version = "1.6.0";
src = fetchFromGitHub {
owner = "TenderOwl";
repo = "Frog";
tag = version;
sha256 = "sha256-Zu1xUGpjqpFiPQAAgaVYtnXI4jMtyywrJqn+38K5VHo=";
sha256 = "sha256-p1gqom9saNEIm6FXinEuIJtMGwjGfQx9uLpR2kb46Uw=";
};
format = "other";