unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44028] [PATCH] gnu: emacs-gdscript-mode: Update to 1.4.0.
@ 2020-10-16 10:05 marco.au.grassi98--- via Guix-patches via
  2020-10-16 23:53 ` bug#44028: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: marco.au.grassi98--- via Guix-patches via @ 2020-10-16 10:05 UTC (permalink / raw)
  To: 44028


[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-gdscript-mode-Update-to-1.4.0.patch --]
[-- Type: text/x-patch; name=0001-gnu-emacs-gdscript-mode-Update-to-1.4.0.patch, Size: 1412 bytes --]

From 925ce920fbdbe04f89c234208179323c67334ace Mon Sep 17 00:00:00 2001
From: AuPath <marco.au.grassi98@protonmail.com>
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44028: [PATCH] gnu: emacs-gdscript-mode: Update to 1.4.0.
  2020-10-16 10:05 [bug#44028] [PATCH] gnu: emacs-gdscript-mode: Update to 1.4.0 marco.au.grassi98--- via Guix-patches via
@ 2020-10-16 23:53 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2020-10-16 23:53 UTC (permalink / raw)
  To: marco.au.grassi98--- via Guix-patches via; +Cc: marco.au.grassi98, 44028-done

Pushed to master as a25512fe82d99ae66d4aae5ed912194dbe1c89a6. Thanks!
-- 
Brett M. Gilio
brettg@gnu.org
https://brettgilio.com/
E82A C026 95D6 FF02 43CA 1E5C F6C5 2DD1 BA27 CB87




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-16 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 10:05 [bug#44028] [PATCH] gnu: emacs-gdscript-mode: Update to 1.4.0 marco.au.grassi98--- via Guix-patches via
2020-10-16 23:53 ` bug#44028: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).