diff options
| author | Thanos Apollo <public@thanosapollo.org> | 2026-05-04 09:57:42 +0300 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-05-10 19:00:24 +0200 |
| commit | a9b4d9dab2ffc54e12bd6a4bed4d792a23013829 (patch) | |
| tree | efe40395f5b1c8ad5fb8b21a450541beed763907 | |
| parent | 6f8ebeb67c34dfdf4f875f8788b83bda0aefb05d (diff) | |
gnu: emacs-ellama: Update to 1.17.1.
* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 1.17.1.
Merges guix/guix!8347
Change-Id: I52c786f23e7b4405d53168049479078a38326e3a
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -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 7e8e114f09..d3f357bf6f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7204,7 +7204,7 @@ that the binary uses instead of the actual binary contents.") (define-public emacs-ellama (package (name "emacs-ellama") - (version "1.17.0") + (version "1.17.1") (source (origin (method git-fetch) @@ -7214,7 +7214,7 @@ that the binary uses instead of the actual binary contents.") (file-name (git-file-name name version)) (sha256 (base32 - "03y4hyrsmq6m7si191r3ndp06x5w53adpig272ymm0i4v9gnzlr9")))) + "1ibqmhp6mszr85lfb6fwfx9npn46kzcb26vqprrla61w8nrplx97")))) (build-system emacs-build-system) (arguments (list |
