about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraleksana <me@aleksana.moe>2024-05-04 10:19:14 +0800
committeraleksana <me@aleksana.moe>2024-05-04 10:19:14 +0800
commita69090520026170330341d90b95a4fcfa665a6e7 (patch)
tree84982d1f5240d3c27a2c0fb3127c94f7f628d5e6
parent5fd8536a9a5932d4ae8de52b7dc08d92041237fc (diff)
dialect: 2.2.0 -> 2.3.0
-rw-r--r--pkgs/applications/misc/dialect/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/applications/misc/dialect/default.nix b/pkgs/applications/misc/dialect/default.nix
index 61414a9b307b4..9eb7db6212cc7 100644
--- a/pkgs/applications/misc/dialect/default.nix
+++ b/pkgs/applications/misc/dialect/default.nix
@@ -20,7 +20,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "dialect";
-  version = "2.2.0";
+  version = "2.3.0";
 
   format = "other";
 
@@ -29,19 +29,10 @@ python3.pkgs.buildPythonApplication rec {
     repo = "dialect";
     rev = version;
     fetchSubmodules = true;
-    hash = "sha256-+0qA+jFYrK3K3mJNvxTvnT/3q4c51H0KgEMjzvV34Zs=";
+    hash = "sha256-A6jZHcSzHSmHLvyegyzxjQ6+jL6rLb7oefhryXoSrH4=";
   };
 
-  # FIXME: remove in next release
-  postPatch = ''
-    substituteInPlace dialect/providers/lingva.py \
-      --replace-fail 'lingva.ml' 'lingva.dialectapp.org'
-    substituteInPlace dialect/providers/libretrans.py \
-      --replace-fail 'libretranslate.de' 'lt.dialectapp.org'
-  '';
-
   nativeBuildInputs = [
-    appstream-glib
     blueprint-compiler
     desktop-file-utils
     gobject-introspection