gnu: emacs-equake: Update to 0.985.
* gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.985. (propagated-inputs): Remove emacs-tco-el.
This commit is contained in:
parent
511af23f26
commit
e658c8d783
1 changed files with 7 additions and 8 deletions
|
|
@ -24554,25 +24554,24 @@ Lisp functions that call themselves in tail position.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-equake
|
(define-public emacs-equake
|
||||||
(let ((commit "7eddc025ee61b83029363e22219af228b8c20681")
|
;; Upstream provides no tagged releases, but the commit below matches an
|
||||||
(revision "2"))
|
;; exact release.
|
||||||
|
(let ((commit "4d6ef75a4d91ded22caad220909518ccb67b7b87"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-equake")
|
(name "emacs-equake")
|
||||||
(version (git-version "0.85" revision commit))
|
(version "0.985")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/emacsomancer/equake/")
|
(url "https://gitlab.com/emacsomancer/equake")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "11xfr71y78idcn461p4pz7b0k01nhz15cyl97bjqq6ii5xhbhvdx"))))
|
||||||
"1c55pbqak3d02sw6z1139baxzy401b90g0gxzcc3j6sgplz6sc6w"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
("emacs-tco-el" ,emacs-tco-el)))
|
|
||||||
(home-page "https://gitlab.com/emacsomancer/equake/")
|
(home-page "https://gitlab.com/emacsomancer/equake/")
|
||||||
(synopsis "Drop-down console for @code{Eshell} and terminal emulators")
|
(synopsis "Drop-down console for @code{Eshell} and terminal emulators")
|
||||||
(description "This package provides a Quake-style drop-down console
|
(description "This package provides a Quake-style drop-down console
|
||||||
|
|
|
||||||
Reference in a new issue