gnu: emacs-lua-mode: Update to 20151025-2.95c64bb.

* gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20151025-2.95c64bb.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Brian Leung 2019-07-27 05:16:30 +02:00 committed by Ricardo Wurmus
parent f48aa64ea8
commit 10989c59cb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 5 deletions

View File

@ -6126,21 +6126,21 @@ xref, etc...) are still available, but with better integration.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-lua-mode (define-public emacs-lua-mode
(let ((commit "652e299cb967fccca827dda381d61a9c144d97de") (let ((commit "95c64bb5634035630e8c59d10d4a1d1003265743")
(revision "1")) (revision "2"))
(package (package
(name "emacs-lua-mode") (name "emacs-lua-mode")
(version (string-append "20151025." revision "-" (string-take commit 9))) (version (git-version "20151025" revision commit))
(home-page "https://github.com/immerrr/lua-mode/") (home-page "https://github.com/immerrr/lua-mode/")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url home-page) (url home-page)
(commit commit))) (commit commit)))
(file-name (string-append name "-" version ".checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"053025k930wh0lak6rc1973ynfrmm8zsyzfqhhd39x7abkl41hc9")))) "1mra4db25ds64526dsj8m5yv0kfq3lgggjh1x6xmqypdaryddbcp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(synopsis "Major mode for lua") (synopsis "Major mode for lua")
(description (description