mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-lua-mode: Update to 20210802.
* gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20210802.
This commit is contained in:
parent
0dcdc82981
commit
b4e73c691c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue