mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-info-plus: Update to 0-2.4a6b93c.
* gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-2.4a6b93c.
This commit is contained in:
parent
d772e3b788
commit
9db5c4a355
1 changed files with 4 additions and 5 deletions
|
@ -17373,12 +17373,11 @@ (define-public emacs-el-patch
|
|||
(license license:expat)))
|
||||
|
||||
(define-public emacs-info-plus
|
||||
(let ((commit "b837d710f7d58db586116cf6f75e75a9a074bc4b")
|
||||
(version "5101")
|
||||
(revision "55"))
|
||||
(let ((commit "4a6b93c170169594e1e8ea60cd799a1a88a969da")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-info-plus")
|
||||
(version (git-version version revision commit))
|
||||
(version (git-version "0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17388,7 +17387,7 @@ (define-public emacs-info-plus
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1knyjkdm4rcs3qrc51jllw46ph7ycq5zxnvl70ydchzfwava43h6"))))
|
||||
"1xzmx7m1qbl3b1x6yq1db1a108xqaa64ljfv1hdw763zmy4kc6m0"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacsmirror/info-plus")
|
||||
(synopsis "Extensions to @file{info.el}")
|
||||
|
|
Loading…
Reference in a new issue