gnu: emacs-font-lock-studio: Update to 0.0.9.

* gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): Update to 0.0.9.

Change-Id: I5f8389dcb2bbec809e174fd44c4e25e1c8751d0f
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:50 +01:00
parent 5af119587d
commit f5d28f9db9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5677,20 +5677,18 @@ calculated based on how well you remembered the contents of the card.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-font-lock-studio (define-public emacs-font-lock-studio
(let ((commit "12c35967b31233e06946c70627aa3152dacfe261")
(revision "1"))
(package (package
(name "emacs-font-lock-studio") (name "emacs-font-lock-studio")
(version (git-version "0.0.7" revision commit)) (version "0.0.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/Lindydancer/font-lock-studio") (url "https://github.com/Lindydancer/font-lock-studio")
(commit "12c35967b31233e06946c70627aa3152dacfe261"))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0q0s6f5vi3sfifj7vq2nnsmgyyivp1sd3idk32858md5ri71qif0")))) (base32 "0ssa62qm3zv0l9adz0bpi4iaixbi788ihh1qy5n41h6jzcjig4k4"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/Lindydancer/font-lock-studio") (home-page "https://github.com/Lindydancer/font-lock-studio")
(synopsis "Interactive debugger for Font Lock keywords") (synopsis "Interactive debugger for Font Lock keywords")
@ -5703,7 +5701,7 @@ inside a rule, matches are visualized using a palette of background colors.
The explainer can describe a rule in plain-text English. Finally, tight The explainer can describe a rule in plain-text English. Finally, tight
integration with Edebug allows stepping into Lisp expressions that are part of integration with Edebug allows stepping into Lisp expressions that are part of
the Font Lock keywords.") the Font Lock keywords.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-fontaine (define-public emacs-fontaine
(package (package