unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41739] [PATCH] gnu: emacs-lua-mode: Update to 20200508-0.35b6e4c.
@ 2020-06-06 17:05 Fredrik Salomonsson
  2020-06-07 19:50 ` bug#41739: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Fredrik Salomonsson @ 2020-06-06 17:05 UTC (permalink / raw)
  To: 41739; +Cc: Fredrik Salomonsson

* gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20200508-0.35b6e4c.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6110374281..e2d91918e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8292,11 +8292,11 @@ using package inferred style.")
       (license license:gpl3+))))
 
 (define-public emacs-lua-mode
-  (let ((commit "1f596a93b3f1caadd7bba01030f8c179b029600b")
-        (revision "1"))
+  (let ((commit "35b6e4c20b8b4eaf783ccc8e613d0dd06dbd165c")
+        (revision "0"))
     (package
       (name "emacs-lua-mode")
-      (version (git-version "20191204" revision commit))
+      (version (git-version "20200508" revision commit))
       (home-page "https://github.com/immerrr/lua-mode/")
       (source (origin
                 (method git-fetch)
@@ -8306,14 +8306,14 @@ using package inferred style.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0i4adlaik3qjx1wkb7rwk2clvj7ci2g8pm0siyb3yk90r6z5mspi"))))
+                  "1hai6rqjm5py0bp57nhggmj9qigwdj3a46ngacpnjc1qmy9kkgfk"))))
       (build-system emacs-build-system)
       (arguments
        `(#:tests? #t
-	 #:test-command '("buttercup" "-l" "lua-mode.el")))
+         #:test-command '("buttercup" "-l" "lua-mode.el")))
       (native-inputs
        `(("emacs-buttercup" ,emacs-buttercup)
-	 ("lua" ,lua)))
+         ("lua" ,lua)))
       (synopsis "Major mode for lua")
       (description
        "This Emacs package provides a mode for @uref{https://www.lua.org/,
-- 
2.26.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41739: [PATCH] gnu: emacs-lua-mode: Update to 20200508-0.35b6e4c.
  2020-06-06 17:05 [bug#41739] [PATCH] gnu: emacs-lua-mode: Update to 20200508-0.35b6e4c Fredrik Salomonsson
@ 2020-06-07 19:50 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-06-07 19:50 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 41739-done

Hello,

Fredrik Salomonsson <plattfot@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to
> 20200508-0.35b6e4c.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-07 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-06 17:05 [bug#41739] [PATCH] gnu: emacs-lua-mode: Update to 20200508-0.35b6e4c Fredrik Salomonsson
2020-06-07 19:50 ` bug#41739: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).