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

* gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20210802.
This commit is contained in:
Nicolas Goaziou 2021-08-05 00:42:23 +02:00
parent 0dcdc82981
commit b4e73c691c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11360,7 +11360,7 @@ (define-public emacs-sly-package-inferred
(define-public emacs-lua-mode (define-public emacs-lua-mode
(package (package
(name "emacs-lua-mode") (name "emacs-lua-mode")
(version "20201010") (version "20210802")
(home-page "https://github.com/immerrr/lua-mode/") (home-page "https://github.com/immerrr/lua-mode/")
(source (source
(origin (origin
@ -11370,7 +11370,7 @@ (define-public emacs-lua-mode
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0zf43f7fkrgki6pbc09zak975p4jx1yf3ipfs38hypfl9s5d6xrf")))) (base32 "0r3svhggdml2n256k3b0zmbjnw51p46gan6dg07bhavpfrqs5196"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t