gnu: emacs-gdscript-mode: Update to 1.4.0.

* gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): Update to 1.4.0.

Signed-off-by: Brett Gilio <brettg@gnu.org>
This commit is contained in:
AuPath 2020-10-16 10:05:08 +00:00 committed by Brett Gilio
parent 6a5a477df4
commit a25512fe82
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -3319,16 +3319,16 @@ (define-public emacs-minitest
(define-public emacs-gdscript-mode
(package
(name "emacs-gdscript-mode")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/godotengine/emacs-gdscript-mode")
(commit (string-append "v" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "02by4bvdayldbjlz6jkp36m5rgcy2h5bwhqx2cj7wma6xf6cw3lf"))))
(base32 "09q0himrz7a6xgz0jmcl85qc5xhk5fwi6d2vw1n8qaiavm96ksdy"))))
(build-system emacs-build-system)
(home-page "https://github.com/godotengine/emacs-gdscript-mode")
(synopsis "GDScript support and syntax highlighting in Emacs")