summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTim Gesthuizen via Guix-patches via <guix-patches@gnu.org>2020-10-20 11:45:02 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-10-20 13:40:49 +0200
commitea85d1d54ee9ae5b35c52764a12b65dcc1a8e950 (patch)
treee4804ccc51784e13df4fa6da7a2213c21a4cc48a /gnu
parentbe48b0549db4dfa0a406e2a136b02eb1035ed595 (diff)
downloadguix-patches-ea85d1d54ee9ae5b35c52764a12b65dcc1a8e950.tar
guix-patches-ea85d1d54ee9ae5b35c52764a12b65dcc1a8e950.tar.gz
gnu: emacs-epl: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-epl): Update to 0.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cf72cfa536..60f5c3569e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35,7 +35,7 @@
;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
;;; Copyright © 2018, 2019 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2018, 2019, 2020 Pierre Neidhardt <mail@ambrevar.xyz>
-;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
+;;; Copyright © 2018, 2019, 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
;;; Copyright © 2018, 2019 Jack Hill <jackhill@jackhill.us>
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
@@ -7526,7 +7526,7 @@ It is recommended to use @code{clojure-mode} with Paredit or Smartparens.")
(define-public emacs-epl
(package
(name "emacs-epl")
- (version "0.8")
+ (version "0.9")
(source
(origin
(method git-fetch)
@@ -7535,7 +7535,7 @@ It is recommended to use @code{clojure-mode} with Paredit or Smartparens.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0sjxd5y5hxhrbgfkpwx6m724r3841b53hgc61a0g5zwispw5pmrr"))))
+ (base32 "0d3z5z90ln8ipk1yds1n1p8fj9yyh2kpspqjs7agl38indra3nb4"))))
(build-system emacs-build-system)
(home-page "https://github.com/cask/epl")
(synopsis "Emacs Package Library")