mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
6a5a477df4
commit
a25512fe82
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue