guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cfd714dc58238f626380ac10e3d65949ef5ccf4d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 16:32:12 2025 +0100
gnu: emacs-colorful-mode: Update to 1.2.5.
* gnu/packages/emacs-xyz.scm (emacs-colorful-mode): Update to 1.2.5.
Change-Id: I10e3a5ddab0945019b52103b0161d55b1810417f
---
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 72c18aea07..af01beb853 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18508,7 +18508,7 @@ names, e.g., @samp{#0000ff} is displayed in white with
a blue background.")
(define-public emacs-colorful-mode
(package
(name "emacs-colorful-mode")
- (version "1.2.4")
+ (version "1.2.5")
(source
(origin
(method git-fetch)
@@ -18517,7 +18517,7 @@ names, e.g., @samp{#0000ff} is displayed in white with
a blue background.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1cm5bpw2x15h6pf5vxcp2f7jf1rkpnq7qq8idlv9n9p5nnxwik1d"))))
+ (base32 "0d85wpvh56l8v0k8174g9dpniibc4k7j5nzszsk8ix1l42fsbi8i"))))
(build-system emacs-build-system)
;; No automated tests. The test directory contains sample files for
;; visual inspection.