[PATCH] gnu: emacs-nov-el: Update to 0.3.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 4 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
BYAPR05MB40231CFD5745303B1FCF00D3C5109@BYAPR05MB4023.namprd05.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.4.
[arguments]<#:emacs>: Use emacs for libxml.
---
gnu/packages/emacs-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..727bf6df0c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15866,7 +15866,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)
@@ -15876,10 +15876,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 _
--
2.32.0
Mathieu Othacehe wrote 4 years ago
(address . Morgan.J.Smith@outlook.com)(address . 49612-done@debbugs.gnu.org)
8735s2hepg.fsf@gnu.org
Hello,

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.4.
> [arguments]<#:emacs>: Use emacs for libxml.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49612@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49612
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help