gnu: emacs-info-plus: Update to 0-3.29811ed.
* gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-3.29811ed. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ee00b7c3ec
commit
dc60e1c71e
1 changed files with 3 additions and 3 deletions
|
@ -22099,8 +22099,8 @@ to be examined using Ediff.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-info-plus
|
(define-public emacs-info-plus
|
||||||
(let ((commit "4a6b93c170169594e1e8ea60cd799a1a88a969da")
|
(let ((commit "29811edf7a71764ac343631facc00268d9483146")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-info-plus")
|
(name "emacs-info-plus")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -22113,7 +22113,7 @@ to be examined using Ediff.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xzmx7m1qbl3b1x6yq1db1a108xqaa64ljfv1hdw763zmy4kc6m0"))))
|
"0ayq7z6dbf43vczbkjm1l976hxcfrmw45nfywbf1kjpzl3viy4gy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacsmirror/info-plus")
|
(home-page "https://github.com/emacsmirror/info-plus")
|
||||||
(synopsis "Extensions to @file{info.el}")
|
(synopsis "Extensions to @file{info.el}")
|
||||||
|
|
Reference in a new issue