From 56fb736e24782937283eda7a3c4ea6b25c2d1014 Mon Sep 17 00:00:00 2001 From: Tim Howes Date: Thu, 15 Oct 2020 19:52:04 -0700 Subject: [PATCH v3] gnu: emacs-julia-mode: Update to 0.4. * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4. --- gnu/packages/emacs-xyz.scm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e3e61e3141..d2fb4aaadb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -81,6 +81,7 @@ ;;; Copyright © 2020 Niklas Eklund ;;; Copyright © 2020 Marco Grassi ;;; Copyright © 2020 Tomás Ortín Fernández +;;; Copyright © 2020 Tim Howes ;;; ;;; This file is part of GNU Guix. ;;; @@ -7786,23 +7787,19 @@ 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 - ;; . - (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4") - (revision "1")) (package (name "emacs-julia-mode") - (version (string-append "0.3-" revision "." (string-take commit 8))) + (version "0.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaEditorSupport/julia-emacs") - (commit commit))) + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0")))) + "1w131jb9mhvyjxa0p93iwfhzidgbcs6b8i6jg79yisqb9wchik99")))) (build-system emacs-build-system) (arguments `(#:tests? #t @@ -7813,7 +7810,7 @@ E-Prime forbids the use of the \"to be\" form to strengthen your writing.") (synopsis "Major mode for Julia") (description "This Emacs package provides a mode for the Julia programming language.") - (license license:expat)))) + (license license:expat))) (define-public emacs-smex (package -- 2.28.0