~ruther/guix-local

ab7fbf956980fc0db77b1b0f6ef5e1823c640b8b — Cayetano Santos 11 months ago f565f49
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>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +5 -4
@@ 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.")