dialect: 2.5.0 -> 2.6.1 (#461107)

This commit is contained in:
Aleksana
2025-11-15 04:53:44 +00:00
committed by GitHub
+5 -3
View File
@@ -16,12 +16,13 @@
glib-networking,
libadwaita,
libsecret,
libspelling,
nix-update-script,
}:
python3.pkgs.buildPythonApplication rec {
pname = "dialect";
version = "2.5.0";
version = "2.6.1";
pyproject = false; # built with meson
src = fetchFromGitHub {
@@ -29,7 +30,7 @@ python3.pkgs.buildPythonApplication rec {
repo = "dialect";
tag = version;
fetchSubmodules = true;
hash = "sha256-TWXJlzuSBy+Ij3s0KS02bh8vdXP10hQpgdz4QMTLf/Q=";
hash = "sha256-Gy5KlcY22ykoWUzVk6w46SLndOmEQxMCcvo1ClMq0LM=";
};
nativeBuildInputs = [
@@ -52,6 +53,7 @@ python3.pkgs.buildPythonApplication rec {
glib-networking
libadwaita
libsecret
libspelling
];
dependencies = with python3.pkgs; [
@@ -79,7 +81,7 @@ python3.pkgs.buildPythonApplication rec {
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/dialect-app/dialect";
homepage = "https://dialectapp.org";
description = "Translation app for GNOME";
teams = [ lib.teams.gnome-circle ];
license = lib.licenses.gpl3Plus;