~ruther/guix-local

74a9eadc2380c27a7d40d27ab4815c3a909b57c5 — Nicolas Goaziou 5 months ago a949c1f
gnu: emacs-moody: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.2.0.

Change-Id: I1fca1caf123bdb26c5911a0d05c42ed90c62d452
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
@@ 2776,7 2776,7 @@ displayed at the bottom or at the top.")
(define-public emacs-moody
  (package
    (name "emacs-moody")
    (version "1.1.5")
    (version "1.2.0")
    (source
     (origin
       (method git-fetch)


@@ 2785,7 2785,7 @@ displayed at the bottom or at the top.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1kkbsdw4xd3r81slfgqjrjm63qz3hz9a6v24zabs6rlpmlzmps72"))))
        (base32 "17llgkykbl9b53frl4l61glxa2dd8jqh93hfklch0yl9x52fn3rb"))))
    (build-system emacs-build-system)
    (arguments
     (list #:test-command #~(list "make" "check-declare")))