[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31133] [PATCH 2/3] gnu: emacs-lispy: Change source to recent Git co
From: |
Ludovic Courtès |
Subject: |
[bug#31133] [PATCH 2/3] gnu: emacs-lispy: Change source to recent Git commit. |
Date: |
Wed, 18 Apr 2018 22:47:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Clément Lassieur <address@hidden> skribis:
> Release 0.26.0 was almost 3 years ago, and there have been ~772 commits since.
>
> * gnu/packages/emacs.scm (emacs-lispy): Wrap with let, and change source to
> the Git repository.
> [propagated-inputs]: Add emacs-zoutline.
Could you move the sentence above as a comment here:
> + (let ((commit "a7e1cf742e72199cc75aa5e1e686991ba4a23bc4")
> + (revision "0"))
> + (package
> + (name "emacs-lispy")
> + (version (git-version "0.26.0" revision commit))
?
Otherwise LGTM, thanks!
Ludo’.