GNU bug report logs - #49612
[PATCH] gnu: emacs-nov-el: Update to 0.3.4.

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Sat, 17 Jul 2021 22:30:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Morgan.J.Smith <at> outlook.com
Subject: bug#49612: closed (Re: bug#49612: [PATCH] gnu: emacs-nov-el:
 Update to 0.3.4.)
Date: Sun, 25 Jul 2021 10:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 49612 <at> debbugs.gnu.org.

-- 
49612: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49612
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Morgan.J.Smith <at> outlook.com
Cc: 49612-done <at> debbugs.gnu.org
Subject: Re: bug#49612: [PATCH] gnu: emacs-nov-el: Update to 0.3.4.
Date: Sun, 25 Jul 2021 12:26:19 +0200
Hello,

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

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] gnu: emacs-nov-el: Update to 0.3.4.
Date: Sat, 17 Jul 2021 18:28:53 -0400
From: Morgan Smith <Morgan.J.Smith <at> 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




This bug report was last modified 3 years and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.