ngz pushed a commit to branch master
in repository guix.
commit bdafd7b142cc4f8fcf0d929fe47ccedcc26e3155
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 10:59:28 2024 +0100
gnu: emacs-llama: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.4.0.
Change-Id: I2173910a2f82e4afde0c59cde548cab166e707db
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8a0206b96b..8e6ea6a3a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1744,7 +1744,7 @@ libgit2 bindings for Emacs, intended to boost the
performance of Magit.")
(define-public emacs-llama
(package
(name "emacs-llama")
- (version "0.3.1")
+ (version "0.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1753,7 +1753,7 @@ libgit2 bindings for Emacs, intended to boost the
performance of Magit.")
(file-name (git-file-name name version))
(sha256
(base32
- "0rgm5jv9iv8b0xabdwicrpih2d3slchmv17xdjk705dqhfc18f4w"))))
+ "1km89ks7xg89sjqxiri9lxj58hc17z13z7mzcq3y66yv1dfrrziz"))))
(build-system emacs-build-system)
(arguments
(list #:tests? #true