mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: emacs-info-plus: Update to 0-5.a2322ad.
* gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-5.a2322ad. [arguments]: Disable #:tests?. Change-Id: I63ef215d9b3d66ace0393dbd9048422cedfd5260 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
611813d167
commit
ea63507882
@@ -37704,8 +37704,8 @@ to be examined using Ediff.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public emacs-info-plus
|
||||
(let ((commit "34d54e58b6cbb4f135dc0583ebdce4437b052dce")
|
||||
(revision "4"))
|
||||
(let ((commit "a2322ad090676ccebad540ee8480103e01ca32c3")
|
||||
(revision "5"))
|
||||
(package
|
||||
(name "emacs-info-plus")
|
||||
(version (git-version "0" revision commit))
|
||||
@@ -37718,8 +37718,9 @@ to be examined using Ediff.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xkn26a2h47v5y4fgznbflsbh7vz61nz4j9kkshg3lv8wnkbipmv"))))
|
||||
"0gv6fy92il3927i0wfdy6wccgxcz1k4mr6vhfj4fn84nszsx1k4m"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(home-page "https://github.com/emacsmirror/info-plus")
|
||||
(synopsis "Extensions to @file{info.el}")
|
||||
(description "This package extends Emacs' @file{info.el} by allowing
|
||||
|
||||
Reference in New Issue
Block a user