me
/
guix
Archived
1
0
Fork 0

gnu: emacs-lua-mode: Update to 20201010.

* gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20201010.
master
Nicolas Goaziou 2020-10-11 18:32:25 +02:00
parent 307135d4c1
commit bf986c3e43
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 26 deletions

View File

@ -9230,33 +9230,31 @@ using package inferred style.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-lua-mode (define-public emacs-lua-mode
(let ((commit "35b6e4c20b8b4eaf783ccc8e613d0dd06dbd165c") (package
(revision "0")) (name "emacs-lua-mode")
(package (version "20201010")
(name "emacs-lua-mode") (home-page "https://github.com/immerrr/lua-mode/")
(version (git-version "20200508" revision commit)) (source
(home-page "https://github.com/immerrr/lua-mode/") (origin
(source (origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url home-page)
(url home-page) (commit (string-append "v" version))))
(commit commit))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32 "0zf43f7fkrgki6pbc09zak975p4jx1yf3ipfs38hypfl9s5d6xrf"))))
(base32 (build-system emacs-build-system)
"1hai6rqjm5py0bp57nhggmj9qigwdj3a46ngacpnjc1qmy9kkgfk")))) (arguments
(build-system emacs-build-system) `(#:tests? #t
(arguments #:test-command '("buttercup" "-l" "lua-mode.el")))
`(#:tests? #t (native-inputs
#:test-command '("buttercup" "-l" "lua-mode.el"))) `(("emacs-buttercup" ,emacs-buttercup)
(native-inputs ("lua" ,lua)))
`(("emacs-buttercup" ,emacs-buttercup) (synopsis "Major mode for lua")
("lua" ,lua))) (description
(synopsis "Major mode for lua") "This Emacs package provides a mode for @uref{https://www.lua.org/,
(description
"This Emacs package provides a mode for @uref{https://www.lua.org/,
Lua programming language}.") Lua programming language}.")
(license license:gpl2+)))) (license license:gpl2+)))
(define-public emacs-ebuild-mode (define-public emacs-ebuild-mode
(package (package