gnu: emacs-hercules: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.2.1.
This commit is contained in:
parent
747b6b0497
commit
ee6bfffe19
|
@ -9325,30 +9325,29 @@ settings).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-hercules
|
(define-public emacs-hercules
|
||||||
(let ((commit "3345904a0dab4c7a4d4478f0766f1d9f5d1bb501")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-hercules")
|
||||||
(package
|
(version "0.2.1")
|
||||||
(name "emacs-hercules")
|
(source
|
||||||
(version (git-version "0.2" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://gitlab.com/jjzmajic/hercules.el.git")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://gitlab.com/jjzmajic/hercules.el.git")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"19939pf5d6p2facmfhpyghx0vipb5k6ry3bmkmjfkj1zp132zfqf"))))
|
||||||
(base32 "0cpq8h6l47nqhzch6snax5yrhxl8p4wn35q13ci35lj3iq8kmlk8"))))
|
(build-system emacs-build-system)
|
||||||
(build-system emacs-build-system)
|
(propagated-inputs
|
||||||
(propagated-inputs
|
`(("emacs-which-key" ,emacs-which-key)))
|
||||||
`(("emacs-which-key" ,emacs-which-key)))
|
(home-page "https://gitlab.com/jjzmajic/hercules.el")
|
||||||
(home-page "https://gitlab.com/jjzmajic/hercules.el")
|
(synopsis "Call a chain of related commands without repeated prefix keys")
|
||||||
(synopsis "Call a chain of related commands without repeated prefix keys")
|
(description
|
||||||
(description
|
"This package provides sticky-key-like functionality to obviate the
|
||||||
"This package provides sticky-key-like functionality to obviate the
|
|
||||||
need for repeated prefix-key sequences, and can reuse existing keymaps. The
|
need for repeated prefix-key sequences, and can reuse existing keymaps. The
|
||||||
list of commands is displayed in a handy popup.")
|
list of commands is displayed in a handy popup.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ws-butler
|
(define-public emacs-ws-butler
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue