~ruther/guix-local

618c02e3a6535a495dc88dcf245828c977179ee8 — Nicolas Goaziou 5 months ago 90d9521
gnu: emacs-moody: Update to 1.1.5.

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

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


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