[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-gdscript-mode: Update to 1.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-gdscript-mode: Update to 1.4.0. |
Date: |
Fri, 16 Oct 2020 19:52:41 -0400 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a25512f gnu: emacs-gdscript-mode: Update to 1.4.0.
a25512f is described below
commit a25512fe82d99ae66d4aae5ed912194dbe1c89a6
Author: AuPath <marco.au.grassi98@protonmail.com>
AuthorDate: Fri Oct 16 10:05:08 2020 +0000
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>
---
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 e3e61e3..2df05e9 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-gdscript-mode: Update to 1.4.0.,
guix-commits <=