unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44003] [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8ea90c7.
@ 2020-10-15  7:33 Tim Howes via Guix-patches via
  2020-10-15 22:03 ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Howes via Guix-patches via @ 2020-10-15  7:33 UTC (permalink / raw)
  To: 44003

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

Hello,

This patch updates emacs-julia-mode to the latest commit from
https://github.com/JuliaEditorSupport/julia-emacs

Thanks,
Tim


[-- Attachment #2: 0001-gnu-emacs-julia-mode-Update-to-0.4-0.8ea90c7.patch --]
[-- Type: text/x-patch, Size: 2089 bytes --]

From 3271943c18c93317d89869d9882ae69e6a0677aa Mon Sep 17 00:00:00 2001
From: Tim Howes <timhowes@lavabit.com>
Date: Mon, 12 Oct 2020 23:12:29 -0700
Subject: [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8ea90c7.

* gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4-0.8ea90c7.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0c49d72cc2..9508d1475e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -81,6 +81,7 @@
 ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
 ;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com>
 ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
+;;; Copyright © 2020 Tim Howes <timhowes@lavabit.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7731,13 +7732,12 @@ E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
       (license license:gpl3+))))
 
 (define-public emacs-julia-mode
-  ;; XXX: Upstream version remained stuck at 0.3.  See
-  ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
-  (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
-        (revision "1"))
+  (let ((commit "8ea90c7927f6d87a291cfb0216f34dacf43c722e")
+        (version "0.4")
+        (revision "0"))
     (package
       (name "emacs-julia-mode")
-      (version (string-append "0.3-" revision "." (string-take commit 8)))
+      (version (git-version version revision commit))
       (source
        (origin
          (method git-fetch)
@@ -7747,7 +7747,7 @@ E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
+           "1ymanbalx41xri5kiqs83a80a72yr9831if6cz2m24pg3g7rwr9c"))))
       (build-system emacs-build-system)
       (arguments
        `(#:tests? #t
-- 
2.28.0


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

end of thread, other threads:[~2020-11-02 13:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15  7:33 [bug#44003] [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8ea90c7 Tim Howes via Guix-patches via
2020-10-15 22:03 ` Nicolas Goaziou
2020-10-16  6:36   ` [bug#44003] [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709 Tim Howes via Guix-patches via
2020-10-16 19:32     ` Brett Gilio
2020-10-17 22:28       ` [bug#44003] [PATCH v3] gnu: emacs-julia-mode: Update to 0.4 Tim Howes via Guix-patches via
2020-11-02 13:46         ` bug#44003: " Ludovic Courtès
2020-10-19 13:42       ` [bug#44003] [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709 zimoun

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).