eartag: 0.6.0 -> 0.6.1

This commit is contained in:
Nydragon 2024-05-14 18:07:38 +09:00
parent a7cdcbc951
commit 2d39fa423f
No known key found for this signature in database
GPG Key ID: 14AA30A865EA1209

View File

@ -15,11 +15,12 @@
, gtk4 , gtk4
, librsvg , librsvg
, python3Packages , python3Packages
, blueprint-compiler
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "eartag"; pname = "eartag";
version = "0.6.0"; version = "0.6.1";
format = "other"; format = "other";
src = fetchFromGitLab { src = fetchFromGitLab {
@ -27,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "World"; owner = "World";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-MfffIqxfelwP+9wsFvQfEIMkav7j5LJEHjLPOsuYdtQ="; hash = "sha256-CAJz9p1PJxq3VDxzZEHD860xINCQF722bPaf7psNztY=";
}; };
postPatch = '' postPatch = ''
@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec {
gettext gettext
gobject-introspection gobject-introspection
wrapGAppsHook4 wrapGAppsHook4
blueprint-compiler
] ++ lib.optional stdenv.isDarwin gtk4; # for gtk4-update-icon-cache ] ++ lib.optional stdenv.isDarwin gtk4; # for gtk4-update-icon-cache
buildInputs = [ buildInputs = [