Unverified Commit 44dd42f8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

dialect: 2.5.0 -> 2.6.1 (#461107)

parents ced2dd08 66dd6efb
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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;