From 925ce920fbdbe04f89c234208179323c67334ace Mon Sep 17 00:00:00 2001 From: AuPath Date: Fri, 16 Oct 2020 11:52:16 +0200 Subject: [PATCH] gnu: emacs-gdscript-mode: Update to 1.4.0. * gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): Update to 1.4.0. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file 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") -- 2.28.0