diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-02-05 10:14:30 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-02-09 00:10:37 +0900 |
| commit | 2dc6dd6f7e6d4e08403d44a0492d0091fccba3da (patch) | |
| tree | cc545b9186420166c2274f204749229bcfeaa9a0 /gnu/packages/emacs-xyz.scm | |
| parent | d304311a3949795659bf08d9409ddf86481dcc36 (diff) | |
gnu: emacs-llama: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.6.0.
Change-Id: I713ffb3549edc8325d19e31e90f2a06b678ea0b6
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f012cceaf4..aafa8b871d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1771,7 +1771,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.") (define-public emacs-llama (package (name "emacs-llama") - (version "0.5.0") + (version "0.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -1780,7 +1780,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.") (file-name (git-file-name name version)) (sha256 (base32 - "1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd")))) + "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j")))) (build-system emacs-build-system) (arguments (list #:tests? #true |
