guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6c47cefaf0b8516aedf187f7790e8cfbfb57d9f0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 10:23:19 2025 +0200
gnu: emacs-font-lock-studio: Update to 0.0.10.
* gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): Update to 0.0.10.
Change-Id: I87f0256f8b433c7a46f0239a2f8c770a839e337b
---
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 5a8c1efdff..375f0cc0ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6541,7 +6541,7 @@ calculated based on how well you remembered the contents
of the card.")
(define-public emacs-font-lock-studio
(package
(name "emacs-font-lock-studio")
- (version "0.0.9")
+ (version "0.0.10")
(source
(origin
(method git-fetch)
@@ -6550,7 +6550,7 @@ calculated based on how well you remembered the contents
of the card.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ssa62qm3zv0l9adz0bpi4iaixbi788ihh1qy5n41h6jzcjig4k4"))))
+ (base32 "0gjr02kww4a0a4x30pj6lls2wdj25vi14ay4pl4fgc2h98yli3c8"))))
(build-system emacs-build-system)
(home-page "https://github.com/Lindydancer/font-lock-studio")
(synopsis "Interactive debugger for Font Lock keywords")