diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-07-25 10:47:22 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-08-01 20:16:25 +0200 |
commit | ab7fbf956980fc0db77b1b0f6ef5e1823c640b8b (patch) | |
tree | 1ec1f5d858917dcb39f47f185da2b45e072aab10 /gnu/packages | |
parent | f565f4949e0960c607bc10829491d85803217ac1 (diff) |
gnu: emacs-reverso: Update to 0.1.2-1.40ed3d8.
* gnu/packages/emacs-xyz.scm (emacs-reverso): Update to 0.1.2-1.40ed3d8.
[arguments]: Disable tests.
[propagated-inputs]: Remove emacs-transient and emacs-fedi.
Change-Id: I18dfafa5927b1818049c4e8f55f4580d51c07939
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 459194a9af..5fdf64117e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4845,8 +4845,8 @@ the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.") (license license:expat)))) (define-public emacs-reverso - (let ((commit "d1b39da3c7df1541f98435f3172a7ff4f3123634") - (revision "0")) + (let ((commit "40ed3d83c4f04c39e05d69d84595761ae2956a64") + (revision "1")) (package (name "emacs-reverso") (version (git-version "0.1.2" revision commit)) @@ -4858,9 +4858,10 @@ the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1fpk5wyzlssfrm4jbsrflxvlfn80yh6y1nh63ml8barf1nypsx55")))) + (base32 "1agsscrkqnmz8shibfy8df5f34xwixiyfad381k04aibadh742yb")))) (build-system emacs-build-system) - (propagated-inputs (list emacs-fedi emacs-request emacs-transient)) + (arguments (list #:tests? #f)) ; no tests + (propagated-inputs (list emacs-request)) (home-page "https://github.com/SqrtMinusOne/reverso.el") (synopsis "Translation, grammar checking, context search") (description "Reverso is an emacs client for the reverso.net service.") |