diff options
author | AuPath <marco.au.grassi98@protonmail.com> | 2020-10-16 10:05:08 +0000 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-10-16 18:52:30 -0500 |
commit | a25512fe82d99ae66d4aae5ed912194dbe1c89a6 (patch) | |
tree | 7d9f14fc3a96dd1999bfad5d54ba984281291657 /gnu | |
parent | 6a5a477df46a0329cc867c4780b59cdf4340d034 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e3e61e3141..2df05e995f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3319,16 +3319,16 @@ This package also includes relevant snippets for yasnippet.") (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") |