From 6c47cefaf0b8516aedf187f7790e8cfbfb57d9f0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 10 Oct 2025 10:23:19 +0200 Subject: [PATCH] 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 5a8c1efdffe7ff0c4f5ada40955ce9667268e741..375f0cc0ef18565ca2b75114ac795180be0e4da1 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")