all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49612] [PATCH] gnu: emacs-nov-el: Update to 0.3.4.
@ 2021-07-17 22:28 Morgan.J.Smith
  2021-07-25 10:26 ` bug#49612: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2021-07-17 22:28 UTC (permalink / raw)
  To: 49612; +Cc: Morgan Smith

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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49612: [PATCH] gnu: emacs-nov-el: Update to 0.3.4.
  2021-07-17 22:28 [bug#49612] [PATCH] gnu: emacs-nov-el: Update to 0.3.4 Morgan.J.Smith
@ 2021-07-25 10:26 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-07-25 10:26 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 49612-done


Hello,

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

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-25 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-17 22:28 [bug#49612] [PATCH] gnu: emacs-nov-el: Update to 0.3.4 Morgan.J.Smith
2021-07-25 10:26 ` bug#49612: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.