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>
This commit is contained in:
Ashish SHUKLA 2025-02-05 10:14:30 +01:00 committed by Maxim Cournoyer
parent d304311a39
commit 2dc6dd6f7e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1771,7 +1771,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(define-public emacs-llama (define-public emacs-llama
(package (package
(name "emacs-llama") (name "emacs-llama")
(version "0.5.0") (version "0.6.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd")))) "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list #:tests? #true (list #:tests? #true