guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-xelb: Update to 0.15.


From: Pierre Neidhardt
Subject: 01/02: gnu: emacs-xelb: Update to 0.15.
Date: Sun, 22 Jul 2018 13:33:01 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 812929a42cc7b5be25221c0592fdd677f257132b
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Jul 22 19:30:25 2018 +0200

    gnu: emacs-xelb: Update to 0.15.
    
    * gnu/packages/emacs.scm (emacs-xelb): Update to 0.15.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fa790db..3f6e517 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6232,14 +6232,14 @@ which code derived from Kelvin H's org-page.")
 (define-public emacs-xelb
   (package
     (name "emacs-xelb")
-    (version "0.14")
+    (version "0.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/xelb-";
                                   version ".tar"))
               (sha256
                (base32
-                "09flnbjy9ck784kprz036rwg9qk45hpv0w5hz3pz3zhwyk57fv74"))))
+                "031rvgprsqhf344p9wsczr50vj2qcpwdmhxi80jdbrsm7wyxf3qz"))))
     (build-system emacs-build-system)
     ;; The following functions and variables needed by emacs-xelb are
     ;; not included in emacs-minimal:



reply via email to

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