~ruther/guix-local

cfd714dc58238f626380ac10e3d65949ef5ccf4d — Nicolas Goaziou 5 months ago 8c2e0a2
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 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.