mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ This package also includes relevant snippets for yasnippet.")
|
||||||
(define-public emacs-gdscript-mode
|
(define-public emacs-gdscript-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-gdscript-mode")
|
(name "emacs-gdscript-mode")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/godotengine/emacs-gdscript-mode")
|
(url "https://github.com/godotengine/emacs-gdscript-mode")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02by4bvdayldbjlz6jkp36m5rgcy2h5bwhqx2cj7wma6xf6cw3lf"))))
|
(base32 "09q0himrz7a6xgz0jmcl85qc5xhk5fwi6d2vw1n8qaiavm96ksdy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/godotengine/emacs-gdscript-mode")
|
(home-page "https://github.com/godotengine/emacs-gdscript-mode")
|
||||||
(synopsis "GDScript support and syntax highlighting in Emacs")
|
(synopsis "GDScript support and syntax highlighting in Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue