mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lpy: Update to fa95b11.
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to fa95b11. [propagated-inputs]: Add EMACS-FUNCTION-ARGS. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
1b6bb4783c
commit
fb2aafa127
1 changed files with 6 additions and 6 deletions
|
@ -11130,8 +11130,8 @@ the C/C++ function at point.")
|
||||||
|
|
||||||
(define-public emacs-lpy
|
(define-public emacs-lpy
|
||||||
;; There is no proper release/tag.
|
;; There is no proper release/tag.
|
||||||
(let ((commit "ce78a4613458790cc785c1687af7eed8f0d8d66c")
|
(let ((commit "fa95b11e1023704510cc7dd2897bf8bcc3027cbb")
|
||||||
(revision "5"))
|
(revision "6"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-lpy")
|
(name "emacs-lpy")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "0.1.0" revision commit))
|
||||||
|
@ -11141,13 +11141,13 @@ the C/C++ function at point.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/abo-abo/lpy")
|
(url "https://github.com/abo-abo/lpy")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vxrjy6k030hcbclblgcaaw7h6k17kl3n9zla08527525c0gma01"))
|
"1j92ll2afvcp891fxra3sawxg000cs3ra01wxksiil2dg5zpzzkn"))))
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list emacs-zoutline emacs-lispy))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-function-args emacs-lispy emacs-zoutline))
|
||||||
(home-page "https://github.com/abo-abo/lpy")
|
(home-page "https://github.com/abo-abo/lpy")
|
||||||
(synopsis "Modal editing for Python")
|
(synopsis "Modal editing for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue