summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2021-07-17 18:28:53 -0400
committerMathieu Othacehe <othacehe@gnu.org>2021-07-25 12:13:01 +0200
commit32b02fd99c8b5c4f6f472d6418d60bceddd29790 (patch)
tree9334a033f58a6228fd79167813a5b33f023c5f99 /gnu
parentf703bef87a8e588ec765c46fbcc1cddfc7cd7cc8 (diff)
downloadguix-patches-32b02fd99c8b5c4f6f472d6418d60bceddd29790.tar
guix-patches-32b02fd99c8b5c4f6f472d6418d60bceddd29790.tar.gz
gnu: emacs-nov-el: Update to 0.3.4.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.4. [arguments]<#:emacs>: Use emacs for libxml. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1992e8863c..acbdcc9a72 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15912,7 +15912,7 @@ the format.")
(define-public emacs-nov-el
(package
(name "emacs-nov-el")
- (version "0.3.3")
+ (version "0.3.4")
(source
(origin
(method git-fetch)
@@ -15922,10 +15922,11 @@ the format.")
(file-name (git-file-name name version))
(sha256
(base32
- "116klnjyggwfwvs9nqhpv97m00k63q6lg41ph41kywsqkfy42dlk"))))
+ "0va9xjrq30cv5kb59a4rq5mcm83ggnv774r8spmskff3hj8012wf"))))
(build-system emacs-build-system)
(arguments
- `(#:phases
+ `(#:emacs ,emacs ;need libxml
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'embed-path-to-unzip
(lambda _