mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lispy: Update to 20220209.
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20220209.
This commit is contained in:
parent
319b8331b2
commit
df77caf925
1 changed files with 3 additions and 3 deletions
|
@ -9898,10 +9898,10 @@ navigate code in a tree-like fashion.")
|
||||||
(define-public emacs-lispy
|
(define-public emacs-lispy
|
||||||
;; No release since May 2019 and tons of fixes have landed on master.
|
;; No release since May 2019 and tons of fixes have landed on master.
|
||||||
;; https://github.com/abo-abo/lispy/issues/513
|
;; https://github.com/abo-abo/lispy/issues/513
|
||||||
(let ((commit "38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58"))
|
(let ((commit "df1b7e614fb0f73646755343e8892ddda310f427"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-lispy")
|
(name "emacs-lispy")
|
||||||
(version (git-version "0.27.0" "2" commit))
|
(version (git-version "0.27.0" "3" commit))
|
||||||
(home-page "https://github.com/abo-abo/lispy")
|
(home-page "https://github.com/abo-abo/lispy")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9910,7 +9910,7 @@ navigate code in a tree-like fashion.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q3sgk8ffwajmh8l7c4p4fz36xw4fqds8yqblbi5kardaa8bs8cs"))
|
"02pmnn9cqslahnvllqzawp2j5icmb3wgkrk4qrfxjds68jg7pjj4"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "emacs-lispy-fix-thread-last-test.patch"))
|
(search-patches "emacs-lispy-fix-thread-last-test.patch"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue