guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32648: [PATCH] Update emacs-ess to 17.11


From: Ludovic Courtès
Subject: bug#32648: [PATCH] Update emacs-ess to 17.11
Date: Fri, 07 Sep 2018 10:58:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

address@hidden skribis:

>>From 3e548acbff2159c90c09ef778c74c1de3b6dc319 Mon Sep 17 00:00:00 2001
> From: Alex Branham <address@hidden>
> Date: Thu, 6 Sep 2018 18:35:36 +0200
> Subject: [PATCH] gnu: emacs-ess: Update to 17.11
>
> * gnu/packages/emacs.scm (emacs-ess): Update to 17.11
> [url]: Use github for https
> [snippet]: update julia-mode substitution, only build info doc, bypass 
> failing test
> [propagated-inputs]: Add emacs-julia-mode
> [description]: Mention that ESS supports Julia and JAGS (which replaces 
> OpenBUGS)

Applied with the minor change below to satisfy ‘guix lint’ and with a
tweaked commit log.

Usually we’d rather split this in several patches (one that removes
TeXLive, one that does the actual update), but I think it’s OK here.

Thank you!

Ludo’.

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 34c407019..1f64a5e84 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2018 Tim Gesthuizen <address@hidden>
 ;;; Copyright © 2018 Jack Hill <address@hidden>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
+;;; Copyright © 2018 Alex Branham <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4131,6 +4132,7 @@ programming language.")
               (sha256
                (base32
                 "0cbilbsiwvcyf6d5y24mymp57m3ana5dkzab3knfs83w4a3a4c5c"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (modules '((guix build utils)))
               (snippet
                '(begin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]