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

Previous Next

Package: guix-patches;

Reported by: Simon South <simon <at> simonsouth.net>

Date: Thu, 4 Jun 2020 01:23:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Simon South <simon <at> simonsouth.net>
Subject: bug#41697: closed (Re: [bug#41697] [PATCH] gnu: emacs-nov-el:
 Update to 0.3.0.)
Date: Thu, 04 Jun 2020 13:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#41697: [PATCH] gnu: emacs-nov-el: Update to 0.3.0.

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 41697 <at> debbugs.gnu.org.

-- 
41697: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41697
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Simon South <simon <at> simonsouth.net>
Cc: 41697-done <at> debbugs.gnu.org
Subject: Re: [bug#41697] [PATCH] gnu: emacs-nov-el: Update to 0.3.0.
Date: Thu, 04 Jun 2020 15:00:52 +0200
Hello,

Simon South <simon <at> simonsouth.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.0.
> [home-page, source]: Use new upstream URIs.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Simon South <simon <at> simonsouth.net>
To: guix-patches <at> gnu.org
Cc: Simon South <simon <at> simonsouth.net>
Subject: [PATCH] gnu: emacs-nov-el: Update to 0.3.0.
Date: Wed,  3 Jun 2020 21:22:21 -0400
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.0.
[home-page, source]: Use new upstream URIs.
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f547425a0..28222b4364 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12428,16 +12428,16 @@ the format.")
 (define-public emacs-nov-el
   (package
     (name "emacs-nov-el")
-    (version "0.2.9")
+    (version "0.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/wasamasa/nov.el.git")
-                    (commit version)))
+                    (url "https://depp.brause.cc/nov.el.git")
+                    (commit "ea0c835c1b5e6e70293f4bd64e9c89bdc42f8596")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v01l1p35mcigixs6j4c5bpc7n7bd51kxa0p3l1xl0gr92774yq3"))))
+                "04phmm14ywgicjsl2bsg6w9rapd71vdkxdp5wp0brj6px27y85jz"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -12453,7 +12453,7 @@ the format.")
        ("emacs-esxml" ,emacs-esxml)))
     (inputs
      `(("unzip" ,unzip)))
-    (home-page "https://github.com/wasamasa/nov.el/")
+    (home-page "https://depp.brause.cc/nov.el/")
     (synopsis "Major mode for reading EPUBs in Emacs")
     (description "@code{nov.el} provides a major mode for reading EPUB
 documents.
-- 
2.26.2




This bug report was last modified 4 years and 353 days ago.

Previous Next


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