unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 41697@debbugs.gnu.org
Cc: Simon South <simon@simonsouth.net>
Subject: [bug#41697] [PATCH] gnu: emacs-nov-el: Update to 0.3.0.
Date: Wed,  3 Jun 2020 21:22:21 -0400	[thread overview]
Message-ID: <20200604012221.4905-1-simon@simonsouth.net> (raw)

* 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





             reply	other threads:[~2020-06-04  1:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04  1:22 Simon South [this message]
2020-06-04 13:00 ` bug#41697: [PATCH] gnu: emacs-nov-el: Update to 0.3.0 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200604012221.4905-1-simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=41697@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).