guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit f4f14480fd0e0a8c5cfe24f7912bde166cc1ffee
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Aug 31 14:34:33 2026 -0400
gnu: emacs-evil-traces: Update to 0.2.0-0.82e8a7b.
* gnu/packages/emacs-xyz.scm (emacs-evil-traces): Update to 0.2.0-0.82e8a7b.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-xyz.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eeff2bf776..0f9a4fa6e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41979,21 +41979,22 @@ programming in Emacs Lisp easy and fun.")
(license license:gpl3+)))
(define-public emacs-evil-traces
- ;; XXX: Upstream does not tag releases. Use commit matching exact version
- ;; bump.
- (let ((commit "05e201cd63b549e3c88b5c3fc9b264bd6fe5a42c"))
+ ;; Upstream does not tag releases. Last release on 2019-12-14. Using
+ ;; commit from 2023-08-20.
+ (let ((commit "82e8a7b4213aed140f6eb5f2cc33a09bb5587166")
+ (revision "0"))
(package
(name "emacs-evil-traces")
- (version "0.2.0")
+ (version (git-version "0.2.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/mamapanda/evil-traces")
- (commit commit)))
+ (url "https://github.com/mamapanda/evil-traces")
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "0vadpy2whcgx08blyb4vw6wq3nrxdl03zv85lp37pf3mdk9kwmga"))))
+ "025skn93jr6wphkpyhpz46v58na66k2d1l5pdqpmmd41wrx9cmvq"))))
(build-system emacs-build-system)
(arguments
(list