mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-equake: Update to 0.85-2.7eddc02.
* gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.85-2.7eddc02.
This commit is contained in:
parent
8f7234564f
commit
3edc440dbf
1 changed files with 4 additions and 5 deletions
|
@ -16865,12 +16865,11 @@ (define-public emacs-tco-el
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-equake
|
(define-public emacs-equake
|
||||||
(let ((commit "ed15fd55cd4f2276161a6f712ed0b83cd10a8cdc")
|
(let ((commit "7eddc025ee61b83029363e22219af228b8c20681")
|
||||||
(version "0.85")
|
(revision "2"))
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-equake")
|
(name "emacs-equake")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "0.85" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16880,7 +16879,7 @@ (define-public emacs-equake
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04kj88rlnn22gwmmv2gly2ibi6jka6l2cd4979pi6lhlvqqgjdnj"))))
|
"1c55pbqak3d02sw6z1139baxzy401b90g0gxzcc3j6sgplz6sc6w"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue