mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-eros: Update to 0.0.1-2.dd89102.
* gnu/packages/emacs-xyz.scm (emacs-eros): Update to 0.0.1-2.dd89102.
This commit is contained in:
parent
f561d7774c
commit
ecfd74e5f7
1 changed files with 4 additions and 5 deletions
|
@ -13865,12 +13865,11 @@ (define-public emacs-sml-mode
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eros
|
(define-public emacs-eros
|
||||||
(let ((commit "a42e45c9b2397156c684330b0fc90ee0eba773f5")
|
(let ((commit "dd8910279226259e100dab798b073a52f9b4233a")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-eros")
|
(name "emacs-eros")
|
||||||
(version (string-append "0.0.1" "-" revision "."
|
(version (git-version "0.0.1" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13880,7 +13879,7 @@ (define-public emacs-eros
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
|
"08chj3a0lw4ygi2sv7wj0i6ihfbi8jhylr8p92inif8b88r6wg3k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/xiongtx/eros")
|
(home-page "https://github.com/xiongtx/eros")
|
||||||
(synopsis "Evaluation result overlays")
|
(synopsis "Evaluation result overlays")
|
||||||
|
|
Loading…
Reference in a new issue