[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: Add emacs-lingva.
From: |
guix-commits |
Subject: |
07/07: gnu: Add emacs-lingva. |
Date: |
Sun, 29 Jan 2023 09:41:29 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 46a93fef85a41ba5616048776aa145ba40f9f5a9
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Sat Jan 28 13:17:51 2023 +0100
gnu: Add emacs-lingva.
* gnu/packages/emacs-xyz.scm (emacs-lingva): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 24156527a3..798e7e66f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24436,6 +24436,32 @@ the GIF result.")
on-line service.")
(license license:gpl3+)))
+(define-public emacs-lingva
+ (let ((commit "6c33594068fa33de622172503deeec6778d9c744")
+ (revision "1"))
+ (package
+ (name "emacs-lingva")
+ (version
+ (git-version "0.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://codeberg.org/martianh/lingva.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0r2f4wrd2v67m7198z0194pg853hbq4vvpd3x96y5ikbypywf426"))))
+ (build-system emacs-build-system)
+ (home-page "https://codeberg.org/martianh/lingva.el")
+ (synopsis "Interact with the lingva.ml API from within Emacs")
+ (description "This is a basic interface to the lingva.ml API, which
+allows you to obtain translations of texts from Google Translate without any
+tracking.")
+ (license license:gpl3+))))
+
(define-public emacs-helm-company
(package
(name "emacs-helm-company")
- branch master updated (b9e6e31877 -> 46a93fef85), guix-commits, 2023/01/29
- 01/07: gnu: emacs-sqlite3-api: Fix broken sqlite3.el., guix-commits, 2023/01/29
- 05/07: gnu: emacs-pulseaudio-control: Improve package style., guix-commits, 2023/01/29
- 04/07: gnu: emacs-pulseaudio-control: Update to 0.1-0.34a61143., guix-commits, 2023/01/29
- 02/07: gnu: emacs-project: Update to 0.9.6., guix-commits, 2023/01/29
- 06/07: gnu: Add emacs-clj-deps-new., guix-commits, 2023/01/29
- 03/07: gnu: emacs-sml-mode: Update to 6.11., guix-commits, 2023/01/29
- 07/07: gnu: Add emacs-lingva.,
guix-commits <=