diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-07-22 19:30:25 +0200 |
---|---|---|
committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-07-22 19:30:25 +0200 |
commit | 812929a42cc7b5be25221c0592fdd677f257132b (patch) | |
tree | 1463df18d4fe07f4ca267c6dd7e2cdb77fed6276 | |
parent | 0cfc168b37576eecf9aba9d57926a38096b89885 (diff) | |
download | guix-812929a42cc7b5be25221c0592fdd677f257132b.tar guix-812929a42cc7b5be25221c0592fdd677f257132b.tar.gz |
gnu: emacs-xelb: Update to 0.15.
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.15.
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index fa790dba8a..3f6e5177f8 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: |